kconfig: fix typo in compiler options

This commit fix the misspelling of the word "diagnostics"

Signed-off-by: MORGER Patrick <patrick.morger@leica-geosystems.com>
This commit is contained in:
MORGER Patrick 2021-11-16 13:59:27 +01:00 committed by Anas Nashif
parent 022bb25691
commit 90aa2d33b2

View File

@ -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.