Re: [PATCH] csky: Kconfig: Fix spelling mistake "Meory" -> "Memory"

From: Guo Ren
Date: Fri Oct 07 2022 - 19:45:31 EST


Okay, it would be in for-next.

On Sat, Oct 8, 2022 at 4:16 AM Colin Ian King <colin.i.king@xxxxxxxxx> wrote:
>
> There is a spelling mistake in a Kconfig option description. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx>
> ---
> 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
>


--
Best Regards
Guo Ren