diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-02-04 07:46:25 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-02-05 11:14:48 -0500 |
commit | bd111e6eb03fc4011af2afecae0c838088a241d9 (patch) | |
tree | 7fc6b7346f3bea9ffce91f50a8154cc1c26b9c89 /arch/score | |
parent | 68277438503fd3442a3612fa636c9c898ddbc493 (diff) |
score: Fix typo in Kconfig.debug
Correct spelling "debuging" to "debugging" in
arch/score/Kconfig.debug
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/score')
-rw-r--r-- | arch/score/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
22 | help | 22 | help |
23 | If you say Y here, some debugging macros will do run-time checking. | 23 | If you say Y here, some debugging macros will do run-time checking. |
24 | If you say N here, those macros will mostly turn to no-ops. See | 24 | If you say N here, those macros will mostly turn to no-ops. See |
25 | include/asm-score/debug.h for debuging macros. | 25 | include/asm-score/debug.h for debugging macros. |
26 | If unsure, say N. | 26 | If unsure, say N. |
27 | 27 | ||
28 | endmenu | 28 | endmenu |