Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bd111e6e authored by Masanari Iida's avatar Masanari Iida Committed by Jiri Kosina
Browse files

score: Fix typo in Kconfig.debug



Correct spelling "debuging" to "debugging" in
arch/score/Kconfig.debug

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 68277438
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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