diff options
Diffstat (limited to 'Modules/gcmodule.c')
-rw-r--r-- | Modules/gcmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/gcmodule.c b/Modules/gcmodule.c index e3e290cf97..7cddabafbc 100644 --- a/Modules/gcmodule.c +++ b/Modules/gcmodule.c @@ -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; } |