Commit d8fa68b5 authored by Gregory P. Smith's avatar Gregory P. Smith

fix cut and paste error in a comment

parent e8d0bf91
......@@ -1918,7 +1918,7 @@ PyFloat_ClearFreeList(void)
PyFloatObject *p;
PyFloatBlock *list, *next;
int i;
int u; /* remaining unfreed ints per block */
int u; /* remaining unfreed floats per block */
int freelist_size = 0;
list = block_list;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment