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
This commit is contained in:
parent
da2963e8fc
commit
6082a6e444
|
@ -56,7 +56,7 @@ menu "Timers subsystem"
|
|||
|
||||
# Core internal switch. Selected by NO_HZ_COMMON / HIGH_RES_TIMERS. This is
|
||||
# only related to the tick functionality. Oneshot clockevent devices
|
||||
# are supported independ of this.
|
||||
# are supported independent of this.
|
||||
config TICK_ONESHOT
|
||||
bool
|
||||
|
||||
|
|
Loading…
Reference in New Issue