mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Fix typos in comments (GH-9905)
This commit is contained in:
parent
f192aeb95a
commit
3bd0d620d6
3 changed files with 4 additions and 4 deletions
|
|
@ -504,7 +504,7 @@ move_unreachable(PyGC_Head *young, PyGC_Head *unreachable)
|
|||
(void *)young);
|
||||
// relink gc_prev to prev element.
|
||||
_PyGCHead_SET_PREV(gc, prev);
|
||||
// gc is not COLLECTING state aftere here.
|
||||
// gc is not COLLECTING state after here.
|
||||
gc_clear_collecting(gc);
|
||||
prev = gc;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue