Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Oct 2021 07:49:01 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: 6ad1c6a82635 - stable/13 - jail(8): Fix a few common typos in source code comments
Message-ID:  <202110300749.19U7n1f4030511@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=6ad1c6a8263591b6a4c48daa59d001e5cd0a13f9

commit 6ad1c6a8263591b6a4c48daa59d001e5cd0a13f9
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:48:43 +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 c13aa73538a5..e9019eda4d6c 100644
--- a/sys/kern/kern_jail.c
+++ b/sys/kern/kern_jail.c
@@ -3618,7 +3618,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:



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