From: xupanda <xu.panda@zte.com.cn> Date: Mon, 15 Aug 2022 06:51:04 +0000 (+0000) Subject: mm: memcontrol: fix a typo in comment X-Git-Tag: howlett/maple/20220906~70 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=eb22a5b1b4951adbd881d4abd2c9114cb0ca1ff3;p=users%2Fjedix%2Flinux-maple.git mm: memcontrol: fix a typo in comment Fix a spelling mistake in comment. Link: https://lkml.kernel.org/r/20220815065102.74347-1-xu.panda@zte.com.cn Reported-by: Zeal Robot <zealci@zte.com.cn> Signed-off-by: xupanda <xu.panda@zte.com.cn> Signed-off-by: CGEL ZTE <cgel.zte@gmail.com> Reviewed-by: Mukesh Ojha <quic_mojha@quicinc.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> --- diff --git a/mm/memcontrol.c b/mm/memcontrol.c index 2121a9bcbb54..4d59c6ff9435 100644 --- a/mm/memcontrol.c +++ b/mm/memcontrol.c @@ -1143,7 +1143,7 @@ static void invalidate_reclaim_iterators(struct mem_cgroup *dead_memcg) } while ((memcg = parent_mem_cgroup(memcg))); /* - * When cgruop1 non-hierarchy mode is used, + * When cgroup1 non-hierarchy mode is used, * parent_mem_cgroup() does not walk all the way up to the * cgroup root (root_mem_cgroup). So we have to handle * dead_memcg from cgroup root separately.