Re: [PATCH] mm: fix typo in refill_stock() comment

From: Daisuke Nishimura
Date: Wed Mar 10 2010 - 19:46:21 EST


On Wed, 10 Mar 2010 13:05:17 -0800, Greg Thelen <gthelen@xxxxxxxxxx> wrote:
> Change refill_stock() comment: s/consumt_stock()/consume_stock()/
>
> Signed-off-by: Greg Thelen <gthelen@xxxxxxxxxx>
Acked-by: Daisuke Nishimura <nishimura@xxxxxxxxxxxxxxxxx>

Thanks,
Daisuke Nishimura.
> ---
> 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 from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/