mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
k_mul(): Repaired another typo in another comment.
This commit is contained in:
parent
18c15b9bbd
commit
fc07e56844
1 changed files with 1 additions and 1 deletions
|
|
@ -1567,7 +1567,7 @@ k_mul(PyLongObject *a, PyLongObject *b)
|
|||
* been reduced to 3 multiplies on numbers half the size.
|
||||
*/
|
||||
|
||||
/* We want to split based on the larger number; fiddle so that a
|
||||
/* We want to split based on the larger number; fiddle so that b
|
||||
* is largest.
|
||||
*/
|
||||
if (ABS(a->ob_size) > ABS(b->ob_size)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue