Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jul 2023 12:26:06 GMT
From:      Jens Schweikhardt <schweikh@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 7a949a0f1cda - main - Correct grammo.
Message-ID:  <202307081226.368CQ6Ua051724@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by schweikh:

URL: https://cgit.FreeBSD.org/src/commit/?id=7a949a0f1cda4b300eb998c86ed5c95a84abf418

commit 7a949a0f1cda4b300eb998c86ed5c95a84abf418
Author:     Jens Schweikhardt <schweikh@FreeBSD.org>
AuthorDate: 2023-07-08 12:25:44 +0000
Commit:     Jens Schweikhardt <schweikh@FreeBSD.org>
CommitDate: 2023-07-08 12:25:44 +0000

    Correct grammo.
---
 lib/libc/sys/cpuset_getaffinity.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libc/sys/cpuset_getaffinity.2 b/lib/libc/sys/cpuset_getaffinity.2
index f7ac3873a9be..354536ed8a9e 100644
--- a/lib/libc/sys/cpuset_getaffinity.2
+++ b/lib/libc/sys/cpuset_getaffinity.2
@@ -82,7 +82,7 @@ The kernel uses the meaningful part of the mask, where the upper bound is
 the maximum CPU id present in the system.
 If bits for non-existing CPUs are set, calls to
 .Fn cpuset_setaffinity
-fails with
+fail with
 .Er EINVAL .
 .Pp
 The supplied mask should have a size of



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307081226.368CQ6Ua051724>