diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2022-10-07 21:16:48 +0100 |
---|---|---|
committer | Guo Ren <guoren@linux.alibaba.com> | 2022-10-21 23:52:51 -0400 |
commit | ce0ba954805e0783ceb7304d4fb357a02038e231 (patch) | |
tree | 6032c45a89946f89bc0913f52195f5a6f399ca1b /arch/csky | |
parent | b203c67ebe752c8f2a2babf5e58d244c82680922 (diff) |
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/Kconfig | 2 |
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. |