diff options
author | 王文虎 <wenhu.wang@vivo.com> | 2020-07-27 16:39:51 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2020-07-28 00:37:53 +0300 |
commit | c1b7b8d42b5422627b0a8268416a60748f8d000f (patch) | |
tree | cb0983530b4c045d190d802abf1633a661d48603 /include/linux/sched.h | |
parent | 13efa616124f7eec7d6a58adeeef31864aa03879 (diff) | |
download | linux-c1b7b8d42b5422627b0a8268416a60748f8d000f.tar.xz |
sched: Fix a typo in a comment
Change the comment typo: "direcly" -> "directly".
Signed-off-by: Wang Wenhu <wenhu.wang@vivo.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/AAcAXwBTDSpsKN-5iyIOtaqk.1.1595857191899.Hmail.wenhu.wang@vivo.com
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 5033813fecd5..adf0125190d4 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()) * |