diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2016-09-09 10:04:58 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-09-29 10:19:45 +0200 |
commit | 67797b9237766b1608818d5379e06a0a3c9fb2ee (patch) | |
tree | e44d7c2009c00270a578780458417adca9a0644b /lib | |
parent | 0c6cac1aff528f4d275affd29cd60dfc4dc15638 (diff) |
lib/Kconfig.debug: fix DEBUG_SECTION_MISMATCH description
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'lib')
-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 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 |