Commit b1da0501 authored by Tim Peters's avatar Tim Peters

Fixed a typo in a new comment.

parent 2c95c99a
...@@ -701,7 +701,7 @@ _PyMalloc_Free(void *p) ...@@ -701,7 +701,7 @@ _PyMalloc_Free(void *p)
} }
/* /*
* Pool is now empty: unlink from usedpools, and * 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 * previously freed pools will be allocated later
* (being not referenced, they are perhaps paged out). * (being not referenced, they are perhaps paged out).
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment