Skip to content

Commit c1b7b8d

Browse files
王文虎Ingo Molnar
authored andcommitted
sched: Fix a typo in a comment
Change the comment typo: "direcly" -> "directly". Signed-off-by: Wang Wenhu <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Link: https://lore.kernel.org/r/AAcAXwBTDSpsKN-5iyIOtaqk.1.1595857191899.Hmail.wenhu.wang@vivo.com
1 parent 13efa61 commit c1b7b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/sched.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ struct util_est {
374374
* For cfs_rq, they are the aggregated values of all runnable and blocked
375375
* sched_entities.
376376
*
377-
* The load/runnable/util_avg doesn't direcly factor frequency scaling and CPU
377+
* The load/runnable/util_avg doesn't directly factor frequency scaling and CPU
378378
* capacity scaling. The scaling is done through the rq_clock_pelt that is used
379379
* for computing those signals (see update_rq_clock_pelt())
380380
*

0 commit comments

Comments
 (0)