From: Neal Norwitz Date: Fri, 31 May 2002 20:23:33 +0000 (+0000) Subject: Fix typo X-Git-Tag: v2.3c1~5541 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3f8dae73c74d2a0a0aa55c1669f73e0d6ab827e1;p=thirdparty%2FPython%2Fcpython.git Fix typo --- diff --git a/Objects/object.c b/Objects/object.c index 3207d8a556e5..6e72c243a313 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);