[PATCH] arch: Kconfig: Fix spelling mistake "seperate" -> "separate"

From: Colin King
Date: Sun Jul 04 2021 - 05:52:10 EST


From: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Threre is a spelling mistake in the Kconfig text. Fix it.

Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
---
arch/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/Kconfig b/arch/Kconfig
index 0459b4882124..8dfcc72db29d 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -914,7 +914,7 @@ config HAVE_SOFTIRQ_ON_OWN_STACK
bool
help
Architecture provides a function to run __do_softirq() on a
- seperate stack.
+ separate stack.

config PGTABLE_LEVELS
int
--
2.31.1