diff options
author | Zhen Lei <thunder.leizhen@huawei.com> | 2021-05-24 16:29:43 +0800 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2021-05-24 12:45:26 -0400 |
commit | 08b2b6fdf6b26032f025084ce2893924a0cdb4a2 (patch) | |
tree | 137a831474ee61a4b50dc990b9a34bd652bc97bf /kernel/cgroup/cgroup-v1.c | |
parent | 45e1ba40837ac2f6f4d4716bddb8d44bd7e4a251 (diff) |
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 'kernel/cgroup/cgroup-v1.c')
-rw-r--r-- | kernel/cgroup/cgroup-v1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cgroup/cgroup-v1.c b/kernel/cgroup/cgroup-v1.c index 391aa570369b..8190b6bfc978 100644 --- a/kernel/cgroup/cgroup-v1.c +++ b/kernel/cgroup/cgroup-v1.c @@ -1001,7 +1001,7 @@ static int check_cgroupfs_options(struct fs_context *fc) ctx->subsys_mask &= enabled; /* - * In absense of 'none', 'name=' or subsystem name options, + * In absence of 'none', 'name=' and subsystem name options, * let's default to 'all'. */ if (!ctx->subsys_mask && !ctx->none && !ctx->name) |