[PATCH] hardening: add missing word in Kconfig comment
Ahmad Fatoum
a.fatoum at pengutronix.de
Mon Mar 31 10:26:22 PDT 2025
Care needs to be [taken] was missing the verb.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
lib/Kconfig.hardening | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Kconfig.hardening b/lib/Kconfig.hardening
index ed280dd216d8..7567f3e9aaaf 100644
--- a/lib/Kconfig.hardening
+++ b/lib/Kconfig.hardening
@@ -3,7 +3,7 @@ menu "Hardening options"
if HAS_INSECURE_DEFAULTS
comment "This barebox configuration has CONFIG_HAS_INSECURE_DEFAULTS=y indicating"
comment "that some of the configured options have potentially insecure defaults."
-comment "Extra care needs to be in secure booted systems."
+comment "Extra care needs to be taken in secure booted systems."
endif
config BUG_ON_DATA_CORRUPTION
--
2.39.5
More information about the barebox
mailing list