From: Haifeng Xu Date: Mon, 22 May 2023 09:52:32 +0000 (+0000) Subject: mm/memcontrol: fix typo in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=08e0f49e9991b175f2cda7ba32a7e9f1320dcbad;p=linux.git mm/memcontrol: fix typo in comment Replace 'then' with 'than'. Link: https://lkml.kernel.org/r/20230522095233.4246-1-haifeng.xu@shopee.com Signed-off-by: Haifeng Xu Cc: Johannes Weiner Cc: Michal Hocko Cc: Roman Gushchin Cc: Shakeel Butt Signed-off-by: Andrew Morton --- diff --git a/mm/memcontrol.c b/mm/memcontrol.c index d31fb1e2cb330..7c681492b47bf 100644 --- a/mm/memcontrol.c +++ b/mm/memcontrol.c @@ -6862,7 +6862,7 @@ static unsigned long effective_protection(unsigned long usage, protected = min(usage, setting); /* * 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. * * We are using actual utilization rather than the statically