projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6827743
)
score: Fix typo in Kconfig.debug
author
Masanari Iida
<standby24x7@gmail.com>
Sat, 4 Feb 2012 12:46:25 +0000
(21:46 +0900)
committer
Jiri Kosina
<jkosina@suse.cz>
Sun, 5 Feb 2012 16:14:48 +0000
(17:14 +0100)
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>
arch/score/Kconfig.debug
patch
|
blob
|
blame
|
history
diff --git
a/arch/score/Kconfig.debug
b/arch/score/Kconfig.debug
index a1f346df0a710bd5441fbf6ceb46a8fe47927c2e..d8a9b2d146ee471971dbbfda8cf42fbfd97efcb6 100644
(file)
--- 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 debug
g
ing macros.
If unsure, say N.
endmenu