From: Ezio Melotti Date: Thu, 8 Jul 2010 15:03:02 +0000 (+0000) Subject: Fix typo in a comment in mathmodule.c. X-Git-Tag: v3.2a1~274 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9527afd02cd0cefeb08d024b09172616cfa9b804;p=python Fix typo in a comment in mathmodule.c. --- diff --git a/Modules/mathmodule.c b/Modules/mathmodule.c index b1d7a36ee4..7f9372af86 100644 --- a/Modules/mathmodule.c +++ b/Modules/mathmodule.c @@ -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 * ----------------------