]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
mm: memcontrol: fix a typo in comment
authorxupanda <xu.panda@zte.com.cn>
Mon, 15 Aug 2022 06:51:04 +0000 (06:51 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 22 Aug 2022 22:58:12 +0000 (15:58 -0700)
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>
mm/memcontrol.c

index 2121a9bcbb54d68e51c6deaa3c0970eea45ad8bf..4d59c6ff9435f44a27851e58ebb14b26fd9e0302 100644 (file)
@@ -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.