diff options
| author | Viresh Kumar <viresh.kumar@linaro.org> | 2014-03-25 06:39:18 -0400 |
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2014-03-25 19:56:49 -0400 |
| commit | cacb3c76c2012ade52124e8c6fdc5cb125625772 (patch) | |
| tree | 0378ac0cc88e15470c6ed9f03ee738d9875ccbd9 | |
| parent | b712c8dae05931a76b6c17a4254f403798e6caef (diff) | |
tick: Fix spelling mistake in tick_handle_periodic()
One of the comments in tick_handle_periodic() had 'when' instead of 'which' (My
guess :)). Fix it.
Also fix spelling mistake in 'Possible'.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Cc: linaro-kernel@lists.linaro.org
Cc: skarafotis@gmail.com
Link: http://lkml.kernel.org/r/2b29ca4230c163e44179941d7c7a16c1474385c2.1395743878.git.viresh.kumar@linaro.org
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
| -rw-r--r-- | kernel/time/tick-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/time/tick-common.c b/kernel/time/tick-common.c index 20b2fe37d105..0fec63414fb6 100644 --- a/kernel/time/tick-common.c +++ b/kernel/time/tick-common.c | |||
| @@ -118,7 +118,7 @@ void tick_handle_periodic(struct clock_event_device *dev) | |||
| 118 | * to be sure we're using a real hardware clocksource. | 118 | * to be sure we're using a real hardware clocksource. |
| 119 | * Otherwise we could get trapped in an infinite | 119 | * Otherwise we could get trapped in an infinite |
| 120 | * loop, as the tick_periodic() increments jiffies, | 120 | * loop, as the tick_periodic() increments jiffies, |
| 121 | * when then will increment time, posibly causing | 121 | * which then will increment time, possibly causing |
| 122 | * the loop to trigger again and again. | 122 | * the loop to trigger again and again. |
| 123 | */ | 123 | */ |
| 124 | if (timekeeping_valid_for_hres()) | 124 | if (timekeeping_valid_for_hres()) |
