[Python-checkins] CVS: python/dist/src/Objects obmalloc.c,2.21,2.22

Tim Peters tim_one@users.sourceforge.net
Sat, 30 Mar 2002 18:51:43 -0800


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).