aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2026-03-04 18:31:29 +0000
committerEd Maste <emaste@FreeBSD.org>2026-03-04 18:32:32 +0000
commitc9f3de0ba95b8da31d35fa92e0a54cf6f3d3f1dd (patch)
tree9bfcabe58ca4ee228ae1989ece49828a19d481ea
parentd15987cc06192f78a31040f2c142bcaf88e8a1ee (diff)
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.
-rw-r--r--tools/build/options/INIT_ALL2
1 files changed, 1 insertions, 1 deletions
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