summaryrefslogtreecommitdiffstats
path: root/arch/csky
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2022-10-07 21:16:48 +0100
committerGuo Ren <guoren@linux.alibaba.com>2022-10-21 23:52:51 -0400
commitce0ba954805e0783ceb7304d4fb357a02038e231 (patch)
tree6032c45a89946f89bc0913f52195f5a6f399ca1b /arch/csky
parentb203c67ebe752c8f2a2babf5e58d244c82680922 (diff)
downloadlinux-ce0ba954805e0783ceb7304d4fb357a02038e231.tar.bz2
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>
Diffstat (limited to 'arch/csky')
-rw-r--r--arch/csky/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/csky/Kconfig b/arch/csky/Kconfig
index 2236b5c0c213..e0ecd1cc81a9 100644
--- a/arch/csky/Kconfig
+++ b/arch/csky/Kconfig
@@ -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.