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

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

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Guo Ren <guoren@kernel.org>
This commit is contained in:
Colin Ian King 2022-10-07 21:16:48 +01:00 committed by Guo Ren
parent b203c67ebe
commit ce0ba95480

View File

@ -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.