The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=4771011b8ffd3cd462b1c42b4db942b47b6e4260
commit 4771011b8ffd3cd462b1c42b4db942b47b6e4260 Author: Gordon Bergling <[email protected]> AuthorDate: 2022-09-15 08:25:19 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2022-09-15 08:25:19 +0000 kern_jail: Fix a typo in a source code comment - s/paramter/parameter/ 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 853d5b1faf5f..8ec2d89d282e 100644 --- a/sys/kern/kern_jail.c +++ b/sys/kern/kern_jail.c @@ -4555,7 +4555,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
