Skip to content

Commit 595058b

Browse files
Davidlohr BuesoIngo Molnar
authored andcommitted
sched/headers: Fix typo
I cannot spell 'throttling'. Signed-off-by: Davidlohr Bueso <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Cc: Davidlohr Bueso <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
1 parent ecda2b6 commit 595058b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/sched/sched.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ static inline void rq_clock_skip_update(struct rq *rq)
983983
}
984984

985985
/*
986-
* See rt task throttoling, which is the only time a skip
986+
* See rt task throttling, which is the only time a skip
987987
* request is cancelled.
988988
*/
989989
static inline void rq_clock_cancel_skipupdate(struct rq *rq)

0 commit comments

Comments
 (0)