aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2021-09-07 19:57:38 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2021-09-08 11:50:25 -0700
commitc226bc3cd99bd3535f6a7264c7c7fb0bce16db12 (patch)
tree3337111cb489c475404523e7f48d07ef0cc88645 /arch
parentconnector: send event on write to /proc/[pid]/comm (diff)
downloadlinux-dev-c226bc3cd99bd3535f6a7264c7c7fb0bce16db12.tar.xz
linux-dev-c226bc3cd99bd3535f6a7264c7c7fb0bce16db12.zip
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')
-rw-r--r--arch/Kconfig2
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