From: Colin Ian King Date: Fri, 7 Oct 2022 20:16:48 +0000 (+0100) Subject: csky: Kconfig: Fix spelling mistake "Meory" -> "Memory" X-Git-Tag: v6.2-rc1~51^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ce0ba954805e0783ceb7304d4fb357a02038e231;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Guo Ren --- diff --git a/arch/csky/Kconfig b/arch/csky/Kconfig index 2236b5c0c2136..e0ecd1cc81a94 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.