projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da2963e
)
kernel/time/Kconfig: Fix typo in comment
author
Randy Dunlap
<rdunlap@infradead.org>
Wed, 1 Nov 2017 18:04:51 +0000
(11:04 -0700)
committer
Thomas Gleixner
<tglx@linutronix.de>
Thu, 2 Nov 2017 11:50:34 +0000
(12:50 +0100)
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
kernel/time/Kconfig
patch
|
blob
|
history
diff --git
a/kernel/time/Kconfig
b/kernel/time/Kconfig
index ac09bc29eb08216a8588710d08515705a749fb19..d689a9557e170b9d89ddb7cb42e518a82d5851cb 100644
(file)
--- a/
kernel/time/Kconfig
+++ b/
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 independ
ent
of this.
config TICK_ONESHOT
bool