From: Gregory P. Smith Date: Mon, 18 Aug 2008 01:05:25 +0000 (+0000) Subject: fix cut and paste error in a comment X-Git-Tag: v3.0b3~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8fa68b575338e4e46d32ec8ebf16bd5c796e471;p=python fix cut and paste error in a comment --- diff --git a/Objects/floatobject.c b/Objects/floatobject.c index 4478168a46..8cebc9f159 100644 --- a/Objects/floatobject.c +++ b/Objects/floatobject.c @@ -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;