]> granicus.if.org Git - python/commitdiff
Fix two typos.
authorStefan Krah <skrah@bytereef.org>
Sun, 8 Dec 2013 19:08:32 +0000 (20:08 +0100)
committerStefan Krah <skrah@bytereef.org>
Sun, 8 Dec 2013 19:08:32 +0000 (20:08 +0100)
Modules/_decimal/libmpdec/literature/mulmod-64.txt
Modules/_decimal/libmpdec/transpose.c

index 93bf22e9fed26dcf818bb80df94e8572790102b9..029b8de3d7c925b99a8ff2985eeb3cc959130441 100644 (file)
@@ -59,7 +59,7 @@ The reduction step b) preserves congruence:
 Maximum numbers of step b):
 ---------------------------
 
-# To avoid unneccessary formalism, define:
+# To avoid unnecessary formalism, define:
 
 def R(hi, lo, z):
      return divmod(hi * z - hi + lo, 2**64)
index 55ad663d5e482bf7f3c33e17728654d1625b5eb7..55d6d8992279009f320e8479514f71412195fa48 100644 (file)
@@ -169,7 +169,7 @@ squaretrans(mpd_uint_t *buf, mpd_size_t cols)
 /*
  * Transpose 2^n * 2^n matrix. For cache efficiency, the matrix is split into
  * square blocks with side length 'SIDE'. First, the blocks are transposed,
- * then a square tranposition is done on each individual block.
+ * then a square transposition is done on each individual block.
  */
 static void
 squaretrans_pow2(mpd_uint_t *matrix, mpd_size_t size)