Skip to content

Commit 17bf968

Browse files
Fixes: alibaba#7
alinux: memcg: fix a typo in comment
1 parent 4da7235 commit 17bf968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/memcontrol.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ struct mem_cgroup_per_node {
185185
bool on_tree;
186186
bool congested; /* memcg has many dirty pages */
187187
/* backed by a congested BDI */
188-
bool dirty; /* mecg has too many dirty pages */
188+
bool dirty; /* memcg has too many dirty pages */
189189
bool writeback; /* memcg has too many writeback */
190190

191191
#ifdef CONFIG_TRANSPARENT_HUGEPAGE

0 commit comments

Comments
 (0)