git: c8e557c99938 - stable/12 - jail(8): Fix a few common typos in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Oct 2021 07:50:24 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=c8e557c999384bbb0f4d45915e191d7aff185475 commit c8e557c999384bbb0f4d45915e191d7aff185475 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2021-10-27 04:16:06 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2021-10-30 07:50:09 +0000 jail(8): Fix a few common typos in source code comments - s/phyiscal/physical/ (cherry picked from commit 70de1003da6f6e78e32f92bd98c9f18f965e6663) --- 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 69762b683f4c..bd31a5826d55 100644 --- a/sys/kern/kern_jail.c +++ b/sys/kern/kern_jail.c @@ -3333,7 +3333,7 @@ prison_priv_check(struct ucred *cred, int priv) /* * As in the non-jail case, non-root users are expected to be - * able to read kernel/phyiscal memory (provided /dev/[k]mem + * able to read kernel/physical memory (provided /dev/[k]mem * exists in the jail and they have permission to access it). */ case PRIV_KMEM_READ: