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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8fa68b575338e4e46d32ec8ebf16bd5c796e471;p=thirdparty%2FPython%2Fcpython.git fix cut and paste error in a comment --- diff --git a/Objects/floatobject.c b/Objects/floatobject.c index 4478168a462c..8cebc9f159ad 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;