From: Masanari Iida Date: Sat, 4 Feb 2012 12:46:25 +0000 (+0900) Subject: score: Fix typo in Kconfig.debug X-Git-Tag: v3.4-rc1~175^2~68 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=bd111e6eb03fc4011af2afecae0c838088a241d9;p=karo-tx-linux.git score: Fix typo in Kconfig.debug Correct spelling "debuging" to "debugging" in arch/score/Kconfig.debug Signed-off-by: Masanari Iida Signed-off-by: Jiri Kosina --- diff --git a/arch/score/Kconfig.debug b/arch/score/Kconfig.debug index a1f346df0a71..d8a9b2d146ee 100644 --- a/arch/score/Kconfig.debug +++ b/arch/score/Kconfig.debug @@ -22,7 +22,7 @@ config RUNTIME_DEBUG help If you say Y here, some debugging macros will do run-time checking. If you say N here, those macros will mostly turn to no-ops. See - include/asm-score/debug.h for debuging macros. + include/asm-score/debug.h for debugging macros. If unsure, say N. endmenu