]> granicus.if.org Git - python/commitdiff
Fix typo in a comment in mathmodule.c.
authorEzio Melotti <ezio.melotti@gmail.com>
Thu, 8 Jul 2010 15:03:02 +0000 (15:03 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Thu, 8 Jul 2010 15:03:02 +0000 (15:03 +0000)
Modules/mathmodule.c

index b1d7a36ee4c4990a007b1840d8d51799222eca0a..7f9372af86b00a7493368358cd55e63c5aa34eb0 100644 (file)
@@ -1170,7 +1170,7 @@ count_set_bits(unsigned long n)
  * http://www.luschny.de/math/factorial/binarysplitfact.html
  *
  * Faster algorithms exist, but they're more complicated and depend on
- * a fast prime factoriazation algorithm.
+ * a fast prime factorization algorithm.
  *
  * Notes on the algorithm
  * ----------------------