From b1da0501317c6e0a6de6d1407ef94dbd936acbbe Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 31 Mar 2002 02:51:40 +0000 Subject: Fixed a typo in a new comment. --- Objects/obmalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objects/obmalloc.c b/Objects/obmalloc.c index 6a55a14..e60fda4 100644 --- a/Objects/obmalloc.c +++ b/Objects/obmalloc.c @@ -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). */ -- cgit v0.12