git: 3741ffdb14ae - main - Fix typo in sys/conf/kern.mk's InitAll warning message

From: Dimitry Andric <dim_at_FreeBSD.org>
Date: Tue, 23 May 2023 17:57:52 UTC
The branch main has been updated by dim:

URL: https://cgit.FreeBSD.org/src/commit/?id=3741ffdb14ae6915abfa55307f3e964492b272c3

commit 3741ffdb14ae6915abfa55307f3e964492b272c3
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2023-05-23 17:56:41 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2023-05-23 17:56:46 +0000

    Fix typo in sys/conf/kern.mk's InitAll warning message
    
    I missed this one in commit 3006f6df025f.
    
    Fixes:          3006f6df025f
    MFC after:      3 days
---
 sys/conf/kern.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/conf/kern.mk b/sys/conf/kern.mk
index b6646f6c35ca..30f7fdbc869a 100644
--- a/sys/conf/kern.mk
+++ b/sys/conf/kern.mk
@@ -257,7 +257,7 @@ CFLAGS+= -ftrivial-auto-var-init=zero
 CFLAGS+= -enable-trivial-auto-var-init-zero-knowing-it-will-be-removed-from-clang
 .endif
 .else
-.warning InitAll (zeros) requested but not support by compiler
+.warning InitAll (zeros) requested but not supported by compiler
 .endif
 .elif ${MK_INIT_ALL_PATTERN} == "yes"
 .if ${COMPILER_FEATURES:Minit-all}