git: 70de1003da6f - main - jail(8): Fix a few common typos in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Oct 2021 04:16:34 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=70de1003da6f6e78e32f92bd98c9f18f965e6663
commit 70de1003da6f6e78e32f92bd98c9f18f965e6663
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2021-10-27 04:16:06 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2021-10-27 04:16:06 +0000
jail(8): Fix a few common typos in source code comments
- s/phyiscal/physical/
MFC after: 3 days
---
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: