Commit 08e0f49e authored by Haifeng Xu's avatar Haifeng Xu Committed by Andrew Morton

mm/memcontrol: fix typo in comment

Replace 'then' with 'than'.

Link: https://lkml.kernel.org/r/20230522095233.4246-1-haifeng.xu@shopee.comSigned-off-by: default avatarHaifeng Xu <haifeng.xu@shopee.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Michal Hocko <mhocko@kernel.org>
Cc: Roman Gushchin <roman.gushchin@linux.dev>
Cc: Shakeel Butt <shakeelb@google.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent b0cc5e89
...@@ -6862,7 +6862,7 @@ static unsigned long effective_protection(unsigned long usage, ...@@ -6862,7 +6862,7 @@ static unsigned long effective_protection(unsigned long usage,
protected = min(usage, setting); protected = min(usage, setting);
/* /*
* If all cgroups at this level combined claim and use more * If all cgroups at this level combined claim and use more
* protection then what the parent affords them, distribute * protection than what the parent affords them, distribute
* shares in proportion to utilization. * shares in proportion to utilization.
* *
* We are using actual utilization rather than the statically * We are using actual utilization rather than the statically
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment