]> granicus.if.org Git - python/commitdiff
Repair an incomprehensible comment.
authorTim Peters <tim.peters@gmail.com>
Fri, 5 Apr 2002 06:24:54 +0000 (06:24 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 5 Apr 2002 06:24:54 +0000 (06:24 +0000)
Objects/obmalloc.c

index b576123c286d951cdebf6d234e1fc6d5191b87ea..435c4b6bb9bd85733e0354bbd104d8edb8d0ab02 100644 (file)
@@ -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