]> Git Repo - linux.git/commitdiff
tick: Fix typos in comments
authorLaurent Gauthier <[email protected]>
Fri, 4 Jan 2019 23:07:45 +0000 (00:07 +0100)
committerIngo Molnar <[email protected]>
Fri, 19 Apr 2019 17:17:04 +0000 (19:17 +0200)
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]>
kernel/time/tick-broadcast.c

index 7541cbca695ebe133de44da2ef13484438cd2e3f..e51778c312f1c51e722a3aa914be71ca94c42885 100644 (file)
@@ -809,13 +809,13 @@ int __tick_broadcast_oneshot_control(enum tick_broadcast_state state)
                         * either the CPU handling the broadcast
                         * interrupt or we got woken by something else.
                         *
-                        * We are not longer in the broadcast mask, so
+                        * We are no longer in the broadcast mask, so
                         * if the cpu local expiry time is already
                         * reached, we would reprogram the cpu local
                         * timer with an already expired event.
                         *
                         * This can lead to a ping-pong when we return
-                        * to idle and therefor rearm the broadcast
+                        * to idle and therefore rearm the broadcast
                         * timer before the cpu local timer was able
                         * to fire. This happens because the forced
                         * reprogramming makes sure that the event
This page took 0.057932 seconds and 4 git commands to generate.