From 90aa2d33b2fe99e169cc339e63a3a0d8de361fac Mon Sep 17 00:00:00 2001 From: MORGER Patrick Date: Tue, 16 Nov 2021 13:59:27 +0100 Subject: [PATCH] kconfig: fix typo in compiler options This commit fix the misspelling of the word "diagnostics" Signed-off-by: MORGER Patrick --- Kconfig.zephyr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kconfig.zephyr b/Kconfig.zephyr index fbd47d297d1..a8ef40185b4 100644 --- a/Kconfig.zephyr +++ b/Kconfig.zephyr @@ -309,7 +309,7 @@ config NO_OPTIMIZATIONS endchoice config COMPILER_COLOR_DIAGNOSTICS - bool "Enable colored diganostics" + bool "Enable colored diagnostics" default y help Compiler diagnostic messages are colorized.