git: b8bcbf674a35 - stable/13 - kern: Fix a typo in asource code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 Sep 2022 05:42:32 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=b8bcbf674a35b39074a6c04de1492e2a8af085fb commit b8bcbf674a35b39074a6c04de1492e2a8af085fb 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:38:27 +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 39ec48a32cb3..9c07fa7c7157 100644 --- a/sys/kern/subr_param.c +++ b/sys/kern/subr_param.c @@ -266,7 +266,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. */