Skip to content

Commit

Permalink
Merge pull request #1 from deepanshu1422/fix-typo-in-comment
Browse files Browse the repository at this point in the history
Fixes: alibaba#7
  • Loading branch information
deepanshu1422 authored Jun 11, 2020
2 parents 4da7235 + 17bf968 commit cbb000b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/memcontrol.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cbb000b

Please sign in to comment.