]> granicus.if.org Git - python/commitdiff
fix cut and paste error in a comment
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 18 Aug 2008 01:05:25 +0000 (01:05 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 18 Aug 2008 01:05:25 +0000 (01:05 +0000)
Objects/floatobject.c

index 4478168a462c01e1ef39ede1b34f986cb0901377..8cebc9f159adc9d211b3faa6e3ff06e2afe119ff 100644 (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;