Skip to content

Commit

Permalink
kconfig: fix typo in compiler options
Browse files Browse the repository at this point in the history
This commit fix the misspelling of the word "diagnostics"

Signed-off-by: MORGER Patrick <patrick.morger@leica-geosystems.com>
  • Loading branch information
grillchef authored and nashif committed Nov 16, 2021
1 parent 022bb25 commit 90aa2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kconfig.zephyr
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 90aa2d3

Please sign in to comment.