fix cut and paste error in a comment

This commit is contained in:
Gregory P. Smith 2008-08-18 01:05:25 +00:00
parent e8d0bf9160
commit d8fa68b575
1 changed files with 1 additions and 1 deletions

View File

@ -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;