From c9f3de0ba95b8da31d35fa92e0a54cf6f3d3f1dd Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 4 Mar 2026 13:31:29 -0500 Subject: [PATCH] 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 3ca70337b8f..af7be9e407c 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