From 3bd0d620d6669558e03e1022cbab88d64d4530b3 Mon Sep 17 00:00:00 2001 From: Quan Tian Date: Sat, 20 Oct 2018 05:30:03 +0800 Subject: Fix typos in comments (GH-9905) --- Modules/gcmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modules') 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; } -- cgit v1.2.1