Comment typo fix
diff --git a/Objects/object.c b/Objects/object.c
index eac4470..a75c14e 100644
--- a/Objects/object.c
+++ b/Objects/object.c
@@ -74,7 +74,7 @@
 
 #ifdef COUNT_ALLOCS
 static PyTypeObject *type_list;
-/* All types are added to type_list, atleast when
+/* All types are added to type_list, at least when
    they get one object created. That makes them
    immortal, which unfortunately contributes to
    garbage itself. If unlist_types_without_objects