git: 78c4085c7ae6 - stable/12 - kern: Fix a typo in asource code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 Sep 2022 05:48:19 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=78c4085c7ae677b3f599fe9bf5d239b670af61a2 commit 78c4085c7ae677b3f599fe9bf5d239b670af61a2 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-03 13:26:55 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-06 05:46:54 +0000 kern: Fix a typo in asource code comment - s/overriden/overridden/ (cherry picked from commit 2b7d656f173d7bf26a0c3f66226e797cbce98edb) --- sys/kern/subr_param.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/subr_param.c b/sys/kern/subr_param.c index 7c6f6eba3d91..3ca4c2cc834e 100644 --- a/sys/kern/subr_param.c +++ b/sys/kern/subr_param.c @@ -255,7 +255,7 @@ init_param2(long physpages) /* * The following can be overridden after boot via sysctl. Note: - * unless overriden, these macros are ultimately based on maxusers. + * unless overridden, these macros are ultimately based on maxusers. * Limit maxproc so that kmap entries cannot be exhausted by * processes. */