diff --git a/Python/gc.c b/Python/gc.c index 7bca40f6e3f58e..e94ca9b179befa 100644 --- a/Python/gc.c +++ b/Python/gc.c @@ -1,6 +1,6 @@ // This implements the reference cycle garbage collector. // The Python module interface to the collector is in gcmodule.c. -// See InternalDocs/garbage_collector.md for more infromation. +// See InternalDocs/garbage_collector.md for more information. #include "Python.h" #include "pycore_ceval.h" // _Py_set_eval_breaker_bit()