From 16c8e98a79755782cc18fbfaed013ab08d504096 Mon Sep 17 00:00:00 2001 From: Haosdent Huang Date: Fri, 27 Mar 2020 01:39:47 +0800 Subject: [PATCH] alinux: memcg: fix a typo in comment --- include/linux/memcontrol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/memcontrol.h b/include/linux/memcontrol.h index 8d0950810f85..b21cc22878f3 100644 --- a/include/linux/memcontrol.h +++ b/include/linux/memcontrol.h @@ -158,7 +158,7 @@ struct mem_cgroup_per_node { bool on_tree; bool congested; /* memcg has many dirty pages */ /* backed by a congested BDI */ - bool dirty; /* mecg has too many dirty pages */ + bool dirty; /* memcg has too many dirty pages */ bool writeback; /* memcg has too many writeback */ #ifdef CONFIG_TRANSPARENT_HUGEPAGE -- GitLab