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.
This commit is contained in:
Ed Maste
2026-03-04 13:31:29 -05:00
parent d15987cc06
commit c9f3de0ba9
+1 -1
View File
@@ -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