]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 31 May 2002 20:23:33 +0000 (20:23 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 31 May 2002 20:23:33 +0000 (20:23 +0000)
Objects/object.c

index 3207d8a556e551367d380df231a980c010bf87a6..6e72c243a3133146d77078a469321d39a3d74943 100644 (file)
@@ -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);