commit | d8fa68b575338e4e46d32ec8ebf16bd5c796e471 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Mon Aug 18 01:05:25 2008 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Mon Aug 18 01:05:25 2008 +0000 |
tree | c897ce918356602c78ff4944147ecd681eb6ff0e | |
parent | e8d0bf9160440d585663aa9f66e820ccf3e1ebf5 [diff] [blame] |
fix cut and paste error in a comment
diff --git a/Objects/floatobject.c b/Objects/floatobject.c index 4478168..8cebc9f 100644 --- a/Objects/floatobject.c +++ b/Objects/floatobject.c
@@ -1918,7 +1918,7 @@ 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;