From: Uwe Kleine-König Date: Fri, 9 Sep 2016 08:04:58 +0000 (+0200) Subject: lib/Kconfig.debug: fix DEBUG_SECTION_MISMATCH description X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=67797b9237766b1608818d5379e06a0a3c9fb2ee;p=linux-beck.git lib/Kconfig.debug: fix DEBUG_SECTION_MISMATCH description Signed-off-by: Uwe Kleine-König Signed-off-by: Jiri Kosina --- diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index f4b797a690ba..c0ae0fc125db 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -303,7 +303,7 @@ config DEBUG_SECTION_MISMATCH a larger kernel). - Run the section mismatch analysis for each module/built-in.o file. When we run the section mismatch analysis on vmlinux.o, we - lose valueble information about where the mismatch was + lose valuable information about where the mismatch was introduced. Running the analysis for each module/built-in.o file tells where the mismatch happens much closer to the