From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail191.messagelabs.com (mail191.messagelabs.com [216.82.242.19]) by kanga.kvack.org (Postfix) with ESMTP id 7543E6B0047 for ; Wed, 10 Mar 2010 16:05:58 -0500 (EST) From: Greg Thelen Subject: [PATCH] mm: fix typo in refill_stock() comment Date: Wed, 10 Mar 2010 13:05:17 -0800 Message-Id: <1268255117-3280-1-git-send-email-gthelen@google.com> Sender: owner-linux-mm@kvack.org To: Balbir Singh , Pavel Emelyanov , KAMEZAWA Hiroyuki Cc: Andrew Morton , Daisuke Nishimura , Li Zefan , linux-mm@kvack.org, linux-kernel@vger.kernel.org, trivial@kernel.org, Greg Thelen List-ID: Change refill_stock() comment: s/consumt_stock()/consume_stock()/ Signed-off-by: Greg Thelen --- mm/memcontrol.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/mm/memcontrol.c b/mm/memcontrol.c index d813823..0576de1 100644 --- a/mm/memcontrol.c +++ b/mm/memcontrol.c @@ -1330,7 +1330,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) { -- 1.7.0.1 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org