Kaydet (Commit) b1da0501 authored tarafından Tim Peters's avatar Tim Peters

Fixed a typo in a new comment.

üst 2c95c99a
......@@ -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).
*/
......
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