Date: Wed, 29 Sep 2021 17:24:34 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 1a48e00227d6 - stable/12 - jail(9): Fix a typo in a comment Message-ID: <202109291724.18THOYKj096051@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=1a48e00227d67d47c08b3708a0304a6e13dd3883 commit 1a48e00227d67d47c08b3708a0304a6e13dd3883 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2021-09-26 13:17:41 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2021-09-29 17:20:41 +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 e95a0c60bd1e..69762b683f4c 100644 --- a/sys/kern/kern_jail.c +++ b/sys/kern/kern_jail.c @@ -1309,7 +1309,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) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109291724.18THOYKj096051>