git: 1f58b0a80a09 - stable/13 - jail(9): Fix a typo in a comment

Gordon Bergling gbe at FreeBSD.org
Wed Sep 29 17:19:44 UTC 2021


The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=1f58b0a80a096b1bd5a227297ea5ad7d4f0d247b

commit 1f58b0a80a096b1bd5a227297ea5ad7d4f0d247b
Author:     Gordon Bergling <gbe at FreeBSD.org>
AuthorDate: 2021-09-26 13:17:41 +0000
Commit:     Gordon Bergling <gbe at FreeBSD.org>
CommitDate: 2021-09-29 17:17:18 +0000

    jail(9): Fix a typo in a comment
    
    - s/erorr/error/
    
    (cherry picked from commit 8771ff75384dec8c9f95ce25b6ca9a639c4b208c)
---
 sys/kern/kern_jail.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/kern/kern_jail.c b/sys/kern/kern_jail.c
index 9784f3bfc23b..c13aa73538a5 100644
--- a/sys/kern/kern_jail.c
+++ b/sys/kern/kern_jail.c
@@ -1304,7 +1304,7 @@ kern_jail_set(struct thread *td, struct uio *optuio, int flags)
 #endif
 		/*
 		 * Allocate a dedicated cpuset for each jail.
-		 * Unlike other initial settings, this may return an erorr.
+		 * Unlike other initial settings, this may return an error.
 		 */
 		error = cpuset_create_root(ppr, &pr->pr_cpuset);
 		if (error)


More information about the dev-commits-src-all mailing list