From: Tim Peters Date: Fri, 5 Apr 2002 06:24:54 +0000 (+0000) Subject: Repair an incomprehensible comment. X-Git-Tag: v2.3c1~6117 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ffdd22f1af66ffefc1b37b454b5df6ffacc5da61;p=thirdparty%2FPython%2Fcpython.git Repair an incomprehensible comment. --- diff --git a/Objects/obmalloc.c b/Objects/obmalloc.c index b576123c286d..435c4b6bb9bd 100644 --- a/Objects/obmalloc.c +++ b/Objects/obmalloc.c @@ -326,8 +326,8 @@ simply haven't yet gotten to one of the higher-address blocks. The offset from the pool_header to the start of "the next" virgin block is stored in the pool_header nextoffset member, and the largest value of nextoffset that makes sense is stored in the maxnextoffset member when a pool is initialized. -All the blocks in a pool have been passed out at least when and only when -nextoffset > maxnextoffset. +All the blocks in a pool have been passed out at least once when and only +when nextoffset > maxnextoffset. Major obscurity: While the usedpools vector is declared to have poolp