Fix typo in a comment in mathmodule.c.

This commit is contained in:
Ezio Melotti 2010-07-08 15:03:02 +00:00
parent 73ca440e3d
commit 9527afd02c
1 changed files with 1 additions and 1 deletions

View 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
* ----------------------