diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-09-08 05:57:38 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-09-08 21:50:25 +0300 |
commit | c226bc3cd99bd3535f6a7264c7c7fb0bce16db12 (patch) | |
tree | 3337111cb489c475404523e7f48d07ef0cc88645 /arch/Kconfig | |
parent | c2f273ebd89a79ed87ef1025753343e327b99ac9 (diff) | |
download | linux-c226bc3cd99bd3535f6a7264c7c7fb0bce16db12.tar.xz |
arch: Kconfig: fix spelling mistake "seperate" -> "separate"
Threre is a spelling mistake in the Kconfig text. Fix it.
Link: https://lkml.kernel.org/r/20210704095207.37342-1-colin.king@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/Kconfig')
-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 |