X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=lib%2Fpercpu-refcount.c;h=27fe74948882e9558ad8cc72dfa6da1b7051dce7;hb=6ed71e9819ac3412fc6a3495f5ce141df274c916;hp=6111bcb28376bfe412830431ca32f3e4607cfc29;hpb=14d4cc08832efb724e58944ba2ac22e2ca3143dc;p=cascardo%2Flinux.git diff --git a/lib/percpu-refcount.c b/lib/percpu-refcount.c index 6111bcb28376..27fe74948882 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 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).