Skip to content

Commit

Permalink
mm: fix typo in refill_stock() comment
Browse files Browse the repository at this point in the history
Change refill_stock() comment: s/consumt_stock()/consume_stock()/

Signed-off-by: Greg Thelen <[email protected]>
Acked-by: Daisuke Nishimura <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
gthelen authored and Jiri Kosina committed Mar 15, 2010
1 parent 32e688b commit 320cc51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/memcontrol.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 320cc51

Please sign in to comment.