diff options
Diffstat (limited to 'lib/Kconfig.debug')
| -rw-r--r-- | lib/Kconfig.debug | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index a79c4d0407a..d8ed25cdbb2 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -105,7 +105,7 @@ config DEBUG_SECTION_MISMATCH  	bool "Enable full Section mismatch analysis"  	depends on UNDEFINED  	# This option is on purpose disabled for now. -	# It will be enabled when we are down to a resonable number +	# It will be enabled when we are down to a reasonable number  	# of section mismatch warnings (< 10 for an allyesconfig build)  	help  	  The section mismatch analysis checks if there are illegal  |