git: c9f3de0ba95b - main - INIT_ALL: Fix typo in option description
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Mar 2026 18:58:46 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=c9f3de0ba95b8da31d35fa92e0a54cf6f3d3f1dd
commit c9f3de0ba95b8da31d35fa92e0a54cf6f3d3f1dd
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2026-03-04 18:31:29 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-03-04 18:32:32 +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.
---
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