[PATCH] csky: Kconfig: Fix spelling mistake "Meory" -> "Memory"

From: Colin Ian King
Date: Fri Oct 07 2022 - 16:17:10 EST


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

Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx>
---
arch/csky/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/csky/Kconfig b/arch/csky/Kconfig
index adee6ab36862..100f5eb2313e 100644
--- a/arch/csky/Kconfig
+++ b/arch/csky/Kconfig
@@ -269,7 +269,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.
--
2.37.3