From: 王文虎 Date: Mon, 27 Jul 2020 13:39:51 +0000 (+0800) Subject: sched: Fix a typo in a comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c1b7b8d42b5422627b0a8268416a60748f8d000f;p=linux.git sched: Fix a typo in a comment Change the comment typo: "direcly" -> "directly". Signed-off-by: Wang Wenhu Signed-off-by: Ingo Molnar Link: https://lore.kernel.org/r/AAcAXwBTDSpsKN-5iyIOtaqk.1.1595857191899.Hmail.wenhu.wang@vivo.com --- diff --git a/include/linux/sched.h b/include/linux/sched.h index 5033813fecd55..adf0125190d41 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -374,7 +374,7 @@ struct util_est { * For cfs_rq, they are the aggregated values of all runnable and blocked * sched_entities. * - * The load/runnable/util_avg doesn't direcly factor frequency scaling and CPU + * The load/runnable/util_avg doesn't directly factor frequency scaling and CPU * capacity scaling. The scaling is done through the rq_clock_pelt that is used * for computing those signals (see update_rq_clock_pelt()) *