diff options
author | Greg Thelen <gthelen@google.com> | 2010-03-15 10:27:28 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-03-15 10:27:28 -0400 |
commit | 320cc51d90832231cece478f0db6550ef367f8f3 (patch) | |
tree | b0aa81b277cc7f3c666f820cfc44e82299ca7ecb /mm/memcontrol.c | |
parent | 32e688b8c1afafa389223a4813b97e8c128a1636 (diff) |
mm: fix typo in refill_stock() comment
Change refill_stock() comment: s/consumt_stock()/consume_stock()/
Signed-off-by: Greg Thelen <gthelen@google.com>
Acked-by: Daisuke Nishimura <nishimura@mxp.nes.nec.co.jp>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'mm/memcontrol.c')
-rw-r--r-- | mm/memcontrol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memcontrol.c b/mm/memcontrol.c index 7973b5221fb8..6e8533e2861b 100644 --- a/mm/memcontrol.c +++ b/mm/memcontrol.c | |||
@@ -1435,7 +1435,7 @@ static void drain_local_stock(struct work_struct *dummy) | |||
1435 | 1435 | ||
1436 | /* | 1436 | /* |
1437 | * Cache charges(val) which is from res_counter, to local per_cpu area. | 1437 | * Cache charges(val) which is from res_counter, to local per_cpu area. |
1438 | * This will be consumed by consumt_stock() function, later. | 1438 | * This will be consumed by consume_stock() function, later. |
1439 | */ | 1439 | */ |
1440 | static void refill_stock(struct mem_cgroup *mem, int val) | 1440 | static void refill_stock(struct mem_cgroup *mem, int val) |
1441 | { | 1441 | { |