Mailing List Archive

CVS: python/dist/src/Objects obmalloc.c,2.21,2.22
Update of /cvsroot/python/python/dist/src/Objects
In directory usw-pr-cvs1:/tmp/cvs-serv10157/python/Objects

Modified Files:
obmalloc.c
Log Message:
Fixed a typo in a new comment.


Index: obmalloc.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/obmalloc.c,v
retrieving revision 2.21
retrieving revision 2.22
diff -C2 -d -r2.21 -r2.22
*** obmalloc.c 31 Mar 2002 02:18:01 -0000 2.21
--- obmalloc.c 31 Mar 2002 02:51:40 -0000 2.22
***************
*** 702,706 ****
/*
* Pool is now empty: unlink from usedpools, and
! * link to the front of usedpools. This ensures that
* previously freed pools will be allocated later
* (being not referenced, they are perhaps paged out).
--- 702,706 ----
/*
* Pool is now empty: unlink from usedpools, and
! * link to the front of freepools. This ensures that
* previously freed pools will be allocated later
* (being not referenced, they are perhaps paged out).