git: 2b7d656f173d - main - kern: Fix a typo in asource code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Sep 2022 13:27:05 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=2b7d656f173d7bf26a0c3f66226e797cbce98edb commit 2b7d656f173d7bf26a0c3f66226e797cbce98edb Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-03 13:26:55 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-03 13:26:55 +0000 kern: Fix a typo in asource code comment - s/overriden/overridden/ MFC after: 3 days --- 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 bac028bd8e25..ebb21283c5f9 100644 --- a/sys/kern/subr_param.c +++ b/sys/kern/subr_param.c @@ -262,7 +262,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. */