git: 275b0935fb56 - stable/14 - kern.mk: Update SSP comment (not limited to GCC)

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Wed, 26 Mar 2025 18:36:25 UTC
The branch stable/14 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=275b0935fb56beb7dbe32bbcdf3daa3a9c18335e

commit 275b0935fb56beb7dbe32bbcdf3daa3a9c18335e
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-03-14 20:21:07 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2025-03-26 18:36:13 +0000

    kern.mk: Update SSP comment (not limited to GCC)
    
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit 222c850503d1cbd5293c04987181a74b9dbe3fcf)
---
 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 38d0664538ea..e37665ac374c 100644
--- a/sys/conf/kern.mk
+++ b/sys/conf/kern.mk
@@ -228,7 +228,7 @@ CFLAGS+=	-ffreestanding
 CFLAGS+=	-fwrapv
 
 #
-# GCC SSP support
+# Stack Smashing Protection (SSP) support
 #
 .if ${MK_SSP} != "no"
 CFLAGS+=	-fstack-protector