diff options
author | Colin Ian King <[email protected]> | 2021-09-07 19:57:38 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2021-09-08 11:50:25 -0700 |
commit | c226bc3cd99bd3535f6a7264c7c7fb0bce16db12 (patch) | |
tree | 3337111cb489c475404523e7f48d07ef0cc88645 | |
parent | c2f273ebd89a79ed87ef1025753343e327b99ac9 (diff) |
arch: Kconfig: fix spelling mistake "seperate" -> "separate"
Threre is a spelling mistake in the Kconfig text. Fix it.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | arch/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 129df498a8e1..766e68b1e703 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -886,7 +886,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 |