git: 085c25648495 - stable/13 - kern_jail: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 18 Sep 2022 06:06:23 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=085c256484958374b4dc7242d698dfad2bc57518
commit 085c256484958374b4dc7242d698dfad2bc57518
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-15 08:25:19 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-18 06:05:51 +0000
kern_jail: Fix a typo in a source code comment
- s/paramter/parameter/
(cherry picked from commit 4771011b8ffd3cd462b1c42b4db942b47b6e4260)
---
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 b8d408a810ea..ee90cf8553a2 100644
--- a/sys/kern/kern_jail.c
+++ b/sys/kern/kern_jail.c
@@ -4265,7 +4265,7 @@ prison_add_allow(const char *prefix, const char *name, const char *prefix_descr,
mtx_unlock(&prison0.pr_mtx);
/*
- * Create sysctls for the paramter, and the back-compat global
+ * Create sysctls for the parameter, and the back-compat global
* permission.
*/
parent = prefix