The word "Dont" is not grammatical. Maybe it means "Don't".
Signed-off-by: Hu Haowen <[email protected]>
---
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
On Sun, Mar 29, 2020 at 9:55 PM Hu Haowen <[email protected]> wrote:
>
> The word "Dont" is not grammatical. Maybe it means "Don't".
>
> Signed-off-by: Hu Haowen <[email protected]>
> ---
> arch/xtensa/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks, applied to my xtensa tree with a slightly modified subject
line/description.
-- Max
On 2020/3/31 4:33 AM, Max Filippov wrote:
> On Sun, Mar 29, 2020 at 9:55 PM Hu Haowen <[email protected]> wrote:
>> The word "Dont" is not grammatical. Maybe it means "Don't".
>>
>> Signed-off-by: Hu Haowen <[email protected]>
>> ---
>> arch/xtensa/Kconfig | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
> Thanks, applied to my xtensa tree with a slightly modified subject
> line/description.
>
> -- Max
You are welcome.