[PATCH] arch/xtensa: correct an ungrammatical word

From: Hu Haowen
Date: Mon Mar 30 2020 - 00:55:14 EST


The word "Dont" is not grammatical. Maybe it means "Don't".

Signed-off-by: Hu Haowen <xianfengting221@xxxxxxx>
---
arch/xtensa/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig
index de229424b659..3a9f1e80394a 100644
--- a/arch/xtensa/Kconfig
+++ b/arch/xtensa/Kconfig
@@ -122,7 +122,7 @@ config XTENSA_VARIANT_CUSTOM_NAME
help
Provide the name of a custom Xtensa processor variant.
This CORENAME selects arch/xtensa/variant/CORENAME.
- Dont forget you have to select MMU if you have one.
+ Don't forget you have to select MMU if you have one.

config XTENSA_VARIANT_NAME
string
--
2.20.1