Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Masanari Iida and committed by
Jiri Kosina
bd111e6e 68277438

+1 -1
+1 -1
arch/score/Kconfig.debug
··· 22 22 help 23 23 If you say Y here, some debugging macros will do run-time checking. 24 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 26 If unsure, say N. 27 27 28 28 endmenu