Fix typos in comments (GH-9905)

This commit is contained in:
Quan Tian 2018-10-20 05:30:03 +08:00 committed by Victor Stinner
parent f192aeb95a
commit 3bd0d620d6
3 changed files with 4 additions and 4 deletions

View file

@ -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;
}