lib+mm: fix few spelling mistakes
[sfrench/cifs-2.6.git] / lib / percpu-refcount.c
index 6111bcb28376bfe412830431ca32f3e4607cfc29..27fe74948882e9558ad8cc72dfa6da1b7051dce7 100644 (file)
@@ -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 modular arithmetic is commutative the sum of all the
  * 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).