From: Tim Peters Date: Sun, 31 Mar 2002 02:51:40 +0000 (+0000) Subject: Fixed a typo in a new comment. X-Git-Tag: v2.3c1~6226 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1da0501317c6e0a6de6d1407ef94dbd936acbbe;p=thirdparty%2FPython%2Fcpython.git Fixed a typo in a new comment. --- diff --git a/Objects/obmalloc.c b/Objects/obmalloc.c index 6a55a14828fe..e60fda42bec2 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). */