From: Greg Thelen Date: Mon, 15 Mar 2010 14:27:28 +0000 (+0100) Subject: mm: fix typo in refill_stock() comment X-Git-Tag: v2.6.35-rc1~482^2~42 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=320cc51d90832231cece478f0db6550ef367f8f3;hp=32e688b8c1afafa389223a4813b97e8c128a1636 mm: fix typo in refill_stock() comment Change refill_stock() comment: s/consumt_stock()/consume_stock()/ Signed-off-by: Greg Thelen Acked-by: Daisuke Nishimura Signed-off-by: Jiri Kosina --- 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) /* * Cache charges(val) which is from res_counter, to local per_cpu area. - * This will be consumed by consumt_stock() function, later. + * This will be consumed by consume_stock() function, later. */ static void refill_stock(struct mem_cgroup *mem, int val) {