summaryrefslogtreecommitdiffstats
path: root/Objects
diff options
context:
space:
mode:
Diffstat (limited to 'Objects')
-rw-r--r--Objects/object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/object.c b/Objects/object.c
index 3207d8a..6e72c24 100644
--- a/Objects/object.c
+++ b/Objects/object.c
@@ -650,7 +650,7 @@ do_cmp(PyObject *v, PyObject *w)
But if it returns undefined we fall through. */
if (c != 2)
return c;
- /* Else fall throug to try_rich_to_3way_compare() */
+ /* Else fall through to try_rich_to_3way_compare() */
}
else
return adjust_tp_compare(c);