Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 May 2023 08:48:11 GMT
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 4129317bda17 - stable/13 - Fix typo in sys/conf/kern.mk's InitAll warning message
Message-ID:  <202305260848.34Q8mBUh078171@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by dim:

URL: https://cgit.FreeBSD.org/src/commit/?id=4129317bda170c8382324e4830ffdd5a272604c1

commit 4129317bda170c8382324e4830ffdd5a272604c1
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2023-05-23 17:56:41 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2023-05-26 08:46:15 +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
    
    (cherry picked from commit 3741ffdb14ae6915abfa55307f3e964492b272c3)
---
 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 a79cc5a5ed60..7476d70c3234 100644
--- a/sys/conf/kern.mk
+++ b/sys/conf/kern.mk
@@ -271,7 +271,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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305260848.34Q8mBUh078171>