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

View file

@ -1170,7 +1170,7 @@ count_set_bits(unsigned long n)
* http://www.luschny.de/math/factorial/binarysplitfact.html * http://www.luschny.de/math/factorial/binarysplitfact.html
* *
* Faster algorithms exist, but they're more complicated and depend on * 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 * Notes on the algorithm
* ---------------------- * ----------------------