linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm: fix typo in refill_stock() comment
@ 2010-03-10 21:05 Greg Thelen
  2010-03-11  0:32 ` Daisuke Nishimura
  0 siblings, 1 reply; 4+ messages in thread
From: Greg Thelen @ 2010-03-10 21:05 UTC (permalink / raw)
  To: Balbir Singh, Pavel Emelyanov, KAMEZAWA Hiroyuki
  Cc: Andrew Morton, Daisuke Nishimura, Li Zefan, linux-mm,
	linux-kernel, trivial, Greg Thelen

Change refill_stock() comment: s/consumt_stock()/consume_stock()/

Signed-off-by: Greg Thelen <gthelen@google.com>
---
 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: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-03-15 14:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-10 21:05 [PATCH] mm: fix typo in refill_stock() comment Greg Thelen
2010-03-11  0:32 ` Daisuke Nishimura
2010-03-11  4:45   ` Balbir Singh
2010-03-15 14:20     ` Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox