Skip to content

Commit cacb3c7

Browse files
vireshkKAGA-KOKO
authored andcommitted
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 <[email protected]> Cc: [email protected] Cc: [email protected] Link: http://lkml.kernel.org/r/2b29ca4230c163e44179941d7c7a16c1474385c2.1395743878.git.viresh.kumar@linaro.org Signed-off-by: Thomas Gleixner <[email protected]>
1 parent b712c8d commit cacb3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/time/tick-common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ void tick_handle_periodic(struct clock_event_device *dev)
118118
* to be sure we're using a real hardware clocksource.
119119
* Otherwise we could get trapped in an infinite
120120
* loop, as the tick_periodic() increments jiffies,
121-
* when then will increment time, posibly causing
121+
* which then will increment time, possibly causing
122122
* the loop to trigger again and again.
123123
*/
124124
if (timekeeping_valid_for_hres())

0 commit comments

Comments
 (0)