diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2017-11-01 14:04:51 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2017-11-02 07:50:34 -0400 |
commit | 6082a6e44434a17f194048b7d48df56f148ec6d4 (patch) | |
tree | f250f2f5c7dd23dc1b0568e2e2af992ffba1f4f9 | |
parent | da2963e8fcd77c328f3da40c0aa8b650f18ed9ed (diff) |
kernel/time/Kconfig: Fix typo in comment
Fix typo in Kconfig comment text.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: John Stultz <john.stultz@linaro.org>
Cc: Stephen Boyd <sboyd@codeaurora.org>
Cc: Jiri Kosina <trivial@kernel.org>
Link: https://lkml.kernel.org/r/0e586dd4-2b27-864e-c252-bc72df52fd01@infradead.org
-rw-r--r-- | kernel/time/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/time/Kconfig b/kernel/time/Kconfig index ac09bc29eb08..d689a9557e17 100644 --- a/kernel/time/Kconfig +++ b/kernel/time/Kconfig | |||
@@ -56,7 +56,7 @@ menu "Timers subsystem" | |||
56 | 56 | ||
57 | # Core internal switch. Selected by NO_HZ_COMMON / HIGH_RES_TIMERS. This is | 57 | # Core internal switch. Selected by NO_HZ_COMMON / HIGH_RES_TIMERS. This is |
58 | # only related to the tick functionality. Oneshot clockevent devices | 58 | # only related to the tick functionality. Oneshot clockevent devices |
59 | # are supported independ of this. | 59 | # are supported independent of this. |
60 | config TICK_ONESHOT | 60 | config TICK_ONESHOT |
61 | bool | 61 | bool |
62 | 62 | ||