diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-12-07 16:54:20 +0100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2020-12-08 11:41:03 +0100 |
commit | f8a4b277c3cf39ec8efe50114924a7743cc84800 (patch) | |
tree | a95650c1e3b9dca32e002c2579e423da1da5e77f /arch | |
parent | powerpc/pseries/mobility: refactor node lookup during DT update (diff) | |
download | linux-f8a4b277c3cf39ec8efe50114924a7743cc84800.tar.xz linux-f8a4b277c3cf39ec8efe50114924a7743cc84800.zip |
powerpc: fix spelling mistake in Kconfig "seleted" -> "selected"
There is a spelling mistake in the help text of the Kconfig. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20201207155420.172370-1-colin.king@canonical.com
Diffstat (limited to '')
-rw-r--r-- | arch/powerpc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 9e679ba0811c..d0d16c3e1b4b 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -87,7 +87,7 @@ config PPC_WATCHDOG help This is a placeholder when the powerpc hardlockup detector watchdog is selected (arch/powerpc/kernel/watchdog.c). It is - seleted via the generic lockup detector menu which is why we + selected via the generic lockup detector menu which is why we have no standalone config option for it here. config STACKTRACE_SUPPORT |