Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ffdd22f

Browse files
committed
Repair an incomprehensible comment.
1 parent 16bcb6b commit ffdd22f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Objects/obmalloc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,8 @@ simply haven't yet gotten to one of the higher-address blocks. The offset
326326
from the pool_header to the start of "the next" virgin block is stored in
327327
the pool_header nextoffset member, and the largest value of nextoffset that
328328
makes sense is stored in the maxnextoffset member when a pool is initialized.
329-
All the blocks in a pool have been passed out at least when and only when
330-
nextoffset > maxnextoffset.
329+
All the blocks in a pool have been passed out at least once when and only
330+
when nextoffset > maxnextoffset.
331331
332332
333333
Major obscurity: While the usedpools vector is declared to have poolp

0 commit comments

Comments
 (0)