diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2016-09-09 04:04:58 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-09-29 04:19:45 -0400 |
commit | 67797b9237766b1608818d5379e06a0a3c9fb2ee (patch) | |
tree | e44d7c2009c00270a578780458417adca9a0644b | |
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>
-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 | |||
303 | a larger kernel). | 303 | a larger kernel). |
304 | - Run the section mismatch analysis for each module/built-in.o file. | 304 | - Run the section mismatch analysis for each module/built-in.o file. |
305 | When we run the section mismatch analysis on vmlinux.o, we | 305 | When we run the section mismatch analysis on vmlinux.o, we |
306 | lose valueble information about where the mismatch was | 306 | lose valuable information about where the mismatch was |
307 | introduced. | 307 | introduced. |
308 | Running the analysis for each module/built-in.o file | 308 | Running the analysis for each module/built-in.o file |
309 | tells where the mismatch happens much closer to the | 309 | tells where the mismatch happens much closer to the |