Fixed a typo in a new comment.

This commit is contained in:
Tim Peters 2002-03-31 02:51:40 +00:00
parent 2c95c99a64
commit b1da050131

View file

@ -701,7 +701,7 @@ _PyMalloc_Free(void *p)
}
/*
* Pool is now empty: unlink from usedpools, and
* link to the front of usedpools. This ensures that
* link to the front of freepools. This ensures that
* previously freed pools will be allocated later
* (being not referenced, they are perhaps paged out).
*/