git: 9b8f4cfea456 - stable/15 - INIT_ALL: Fix typo in option description
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Apr 2026 14:24:16 UTC
The branch stable/15 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=9b8f4cfea45631b3c236e5b8e69e21ec085bd0be
commit 9b8f4cfea45631b3c236e5b8e69e21ec085bd0be
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2026-03-04 18:31:29 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-04-22 14:23:13 +0000
INIT_ALL: Fix typo in option description
From GitHub pull request #2035; the change needs to be applied to the
source file for the option description, not the generated src.conf.5.
(cherry picked from commit c9f3de0ba95b8da31d35fa92e0a54cf6f3d3f1dd)
---
tools/build/options/INIT_ALL | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/build/options/INIT_ALL b/tools/build/options/INIT_ALL
index 3ca70337b8f1..af7be9e407c4 100644
--- a/tools/build/options/INIT_ALL
+++ b/tools/build/options/INIT_ALL
@@ -17,5 +17,5 @@ Build the base system or kernel with stack variables initialized
to zero on function entry.
This value is converted to
.Li none
-for amd64 kernel builds due to incompatability with ifunc memset.
+for amd64 kernel builds due to incompatibility with ifunc memset.
.El