Skip to content

Commit 13e792a

Browse files
laurentgauthierIngo Molnar
authored andcommitted
tick: Fix typos in comments
Signed-off-by: Laurent Gauthier <[email protected]> Cc: Frederic Weisbecker <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
1 parent aba0954 commit 13e792a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/time/tick-broadcast.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -809,13 +809,13 @@ int __tick_broadcast_oneshot_control(enum tick_broadcast_state state)
809809
* either the CPU handling the broadcast
810810
* interrupt or we got woken by something else.
811811
*
812-
* We are not longer in the broadcast mask, so
812+
* We are no longer in the broadcast mask, so
813813
* if the cpu local expiry time is already
814814
* reached, we would reprogram the cpu local
815815
* timer with an already expired event.
816816
*
817817
* This can lead to a ping-pong when we return
818-
* to idle and therefor rearm the broadcast
818+
* to idle and therefore rearm the broadcast
819819
* timer before the cpu local timer was able
820820
* to fire. This happens because the forced
821821
* reprogramming makes sure that the event

0 commit comments

Comments
 (0)