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, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>