]> granicus.if.org Git - python/commitdiff
Fix typo in comment.
authorRaymond Hettinger <python@rcn.com>
Sun, 21 Mar 2004 17:35:06 +0000 (17:35 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 21 Mar 2004 17:35:06 +0000 (17:35 +0000)
Objects/object.c

index bda27e0d42411e8bfb6071297417822418d6b55a..ba9a1d93b119a9f43ebd98634b49fa7d100e8268 100644 (file)
@@ -895,7 +895,7 @@ PyObject_RichCompareBool(PyObject *v, PyObject *w, int op)
 }
 
 /* Set of hash utility functions to help maintaining the invariant that
-       iff a==b then hash(a)==hash(b)
+       if a==b then hash(a)==hash(b)
 
    All the utility functions (_Py_Hash*()) return "-1" to signify an error.
 */