csky: Kconfig: Fix spelling mistake "Meory" -> "Memory"
authorColin Ian King <colin.i.king@gmail.com>
Fri, 7 Oct 2022 20:16:48 +0000 (21:16 +0100)
committerGuo Ren <guoren@linux.alibaba.com>
Sat, 22 Oct 2022 03:52:51 +0000 (23:52 -0400)
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>
arch/csky/Kconfig

index 2236b5c..e0ecd1c 100644 (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.