Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9527afd

Browse files
committed
Fix typo in a comment in mathmodule.c.
1 parent 73ca440 commit 9527afd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/mathmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@ count_set_bits(unsigned long n)
11701170
* http://www.luschny.de/math/factorial/binarysplitfact.html
11711171
*
11721172
* Faster algorithms exist, but they're more complicated and depend on
1173-
* a fast prime factoriazation algorithm.
1173+
* a fast prime factorization algorithm.
11741174
*
11751175
* Notes on the algorithm
11761176
* ----------------------

0 commit comments

Comments
 (0)