From 17bf96898897028abef319693b0580ed1ca14916 Mon Sep 17 00:00:00 2001 From: Deepanshu Udhwani Date: Thu, 11 Jun 2020 23:53:38 +0530 Subject: [PATCH] Fixes: #7 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 dd7bfba90052..217f24719c2c 100644 --- a/include/linux/memcontrol.h +++ b/include/linux/memcontrol.h @@ -185,7 +185,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