diff options
author | Zhen Lei <thunder.leizhen@huawei.com> | 2021-05-24 11:29:43 +0300 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2021-05-24 19:45:26 +0300 |
commit | 08b2b6fdf6b26032f025084ce2893924a0cdb4a2 (patch) | |
tree | 137a831474ee61a4b50dc990b9a34bd652bc97bf /include/linux/cgroup.h | |
parent | 45e1ba40837ac2f6f4d4716bddb8d44bd7e4a251 (diff) | |
download | linux-08b2b6fdf6b26032f025084ce2893924a0cdb4a2.tar.xz |
cgroup: fix spelling mistakes
Fix some spelling mistakes in comments:
hierarhcy ==> hierarchy
automtically ==> automatically
overriden ==> overridden
In absense of .. or ==> In absence of .. and
assocaited ==> associated
taget ==> target
initate ==> initiate
succeded ==> succeeded
curremt ==> current
udpated ==> updated
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'include/linux/cgroup.h')
-rw-r--r-- | include/linux/cgroup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index 4f2f79de083e..6bc9c76680b2 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h @@ -32,7 +32,7 @@ struct kernel_clone_args; #ifdef CONFIG_CGROUPS /* - * All weight knobs on the default hierarhcy should use the following min, + * All weight knobs on the default hierarchy should use the following min, * default and max values. The default value is the logarithmic center of * MIN and MAX and allows 100x to be expressed in both directions. */ |