Date: Tue, 6 Sep 2022 05:42:32 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: b8bcbf674a35 - stable/13 - kern: Fix a typo in asource code comment Message-ID: <202209060542.2865gWFZ013527@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209060542.2865gWFZ013527>