[PATCH trivial] kernel/time/Kconfig: fix typo in comment

From: Randy Dunlap
Date: Wed Nov 01 2017 - 14:05:02 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

Fix typo in Kconfig comment text.

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Cc: John Stultz <john.stultz@xxxxxxxxxx>
Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Cc: Stephen Boyd <sboyd@xxxxxxxxxxxxxx>
Cc: Jiri Kosina <trivial@xxxxxxxxxx>
---
kernel/time/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- lnx-414-rc7.orig/kernel/time/Kconfig
+++ lnx-414-rc7/kernel/time/Kconfig
@@ -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