aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2020-12-17 17:24:27 +0000
committerMax Filippov <[email protected]>2021-04-04 15:39:02 -0700
commit8a128bc32aba2a19feadc4973b3590db66440e4f (patch)
treec9d733acac9e5fa5b959843a79e4472af782b3ce
parente49d033bddf5b565044e2abe4241353959bc9120 (diff)
xtensa: fix spelling mistake in Kconfig "wont" -> "won't"
There is a spelling mistake in the Kconfig help text. Fix it. Signed-off-by: Colin Ian King <[email protected]> Message-Id: <[email protected]> Signed-off-by: Max Filippov <[email protected]>
-rw-r--r--arch/xtensa/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig
index 9ad6b7b82707..a99dc39f6964 100644
--- a/arch/xtensa/Kconfig
+++ b/arch/xtensa/Kconfig
@@ -466,7 +466,7 @@ config INITIALIZE_XTENSA_MMU_INSIDE_VMLINUX
then enter your normal kernel breakpoints once the MMU was mapped
to the kernel mappings (0XC0000000).
- This unfortunately won't work for U-Boot and likely also wont
+ This unfortunately won't work for U-Boot and likely also won't
work for using KEXEC to have a hot kernel ready for doing a
KDUMP.