aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2020-12-17 17:17:05 +0000
committerThomas Gleixner <tglx@linutronix.de>2020-12-18 23:15:00 +0100
commitf6f5cd840ae782680c5e94048c72420e4e6857f9 (patch)
tree806564d7c0b4e57020d1d0741bd8913fb519bb57 /kernel
parenttick/sched: Remove bogus boot "safety" check (diff)
downloadlinux-dev-f6f5cd840ae782680c5e94048c72420e4e6857f9.tar.xz
linux-dev-f6f5cd840ae782680c5e94048c72420e4e6857f9.zip
timekeeping: Fix spelling mistake in Kconfig "fullfill" -> "fulfill"
There is a spelling mistake in the Kconfig help text. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20201217171705.57586-1-colin.king@canonical.com
Diffstat (limited to 'kernel')
-rw-r--r--kernel/time/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/time/Kconfig b/kernel/time/Kconfig
index a09b1d61df6a..64051f47475c 100644
--- a/kernel/time/Kconfig
+++ b/kernel/time/Kconfig
@@ -141,7 +141,7 @@ config CONTEXT_TRACKING_FORCE
dynticks working.
This option stands for testing when an arch implements the
- context tracking backend but doesn't yet fullfill all the
+ context tracking backend but doesn't yet fulfill all the
requirements to make the full dynticks feature working.
Without the full dynticks, there is no way to test the support
for context tracking and the subsystems that rely on it: RCU