Commit ce0ba954 authored by Colin Ian King's avatar Colin Ian King Committed by Guo Ren
Browse files

csky: Kconfig: Fix spelling mistake "Meory" -> "Memory"



There is a spelling mistake in a Kconfig option description. Fix it.

Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Signed-off-by: default avatarGuo Ren <guoren@kernel.org>
parent b203c67e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -270,7 +270,7 @@ menuconfig HAVE_TCM
	bool "Tightly-Coupled/Sram Memory"
	depends on !COMPILE_TEST
	help
	  The implementation are not only used by TCM (Tightly-Coupled Meory)
	  The implementation are not only used by TCM (Tightly-Coupled Memory)
	  but also used by sram on SOC bus. It follow existed linux tcm
	  software interface, so that old tcm application codes could be
	  re-used directly.