diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2026-03-04 18:31:29 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2026-03-04 18:32:32 +0000 |
| commit | c9f3de0ba95b8da31d35fa92e0a54cf6f3d3f1dd (patch) | |
| tree | 9bfcabe58ca4ee228ae1989ece49828a19d481ea | |
| parent | d15987cc06192f78a31040f2c142bcaf88e8a1ee (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_ALL | 2 |
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 |
