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>
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index f4b797a..c0ae0fc 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -303,7 +303,7 @@
 	    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