mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Fixed a typo in a new comment.
This commit is contained in:
parent
2c95c99a64
commit
b1da050131
1 changed files with 1 additions and 1 deletions
|
|
@ -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).
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue