]> granicus.if.org Git - python/commitdiff
Fixed a typo in a new comment.
authorTim Peters <tim.peters@gmail.com>
Sun, 31 Mar 2002 02:51:40 +0000 (02:51 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 31 Mar 2002 02:51:40 +0000 (02:51 +0000)
Objects/obmalloc.c

index 6a55a14828fe167f9eea3403157bdc72f7a3b79f..e60fda42bec292af107dfb5b03f7950c03f57eca 100644 (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).
                         */