Re: [PATCH trivial] lib+mm: fix few spelling mistakes

From: Randy Dunlap
Date: Sun Dec 27 2015 - 13:02:19 EST


On 12/27/15 05:58, Jiri Slaby wrote:
> From: Bogdan Sikora <bsikora@xxxxxxxxxx>
>
> All are in comments.
>
> Signed-off-by: Bogdan Sikora <bsikora@xxxxxxxxxx>
> Cc: <linux-mm@xxxxxxxxx>
> Cc: Rafael Aquini <aquini@xxxxxxxxxx>
> Cc: Kent Overstreet <kmo@xxxxxxxxxxxxx>
> Cc: Jan Kara <jack@xxxxxxx>
> Signed-off-by: Jiri Slaby <jslaby@xxxxxxx>
> ---
> lib/flex_proportions.c | 2 +-
> lib/percpu-refcount.c | 2 +-
> mm/balloon_compaction.c | 4 ++--
> 3 files changed, 4 insertions(+), 4 deletions(-)
>

> diff --git a/lib/percpu-refcount.c b/lib/percpu-refcount.c
> index 6111bcb28376..2c1f256fdc84 100644
> --- a/lib/percpu-refcount.c
> +++ b/lib/percpu-refcount.c
> @@ -12,7 +12,7 @@
> * particular cpu can (and will) wrap - this is fine, when we go to shutdown the
> * percpu counters will all sum to the correct value
> *
> - * (More precisely: because moduler arithmatic is commutative the sum of all the
> + * (More precisely: because moduler arithmetic is commutative the sum of all the

modular

> * percpu_count vars will be equal to what it would have been if all the gets
> * and puts were done to a single integer, even if some of the percpu integers
> * overflow or underflow).


--
~Randy
--
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/