[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221007201648.2755133-1-colin.i.king@gmail.com>
Date: Fri, 7 Oct 2022 21:16:48 +0100
From: Colin Ian King <colin.i.king@...il.com>
To: Guo Ren <guoren@...nel.org>, linux-csky@...r.kernel.org
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] 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@...il.com>
---
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
Powered by blists - more mailing lists