]> granicus.if.org Git - python/commitdiff
Fix typo in comment: _PyHash_Double -> _Py_HashDouble.
authorMark Dickinson <mdickinson@enthought.com>
Sat, 24 Sep 2011 15:24:56 +0000 (16:24 +0100)
committerMark Dickinson <mdickinson@enthought.com>
Sat, 24 Sep 2011 15:24:56 +0000 (16:24 +0100)
Include/pyport.h

index 62aa53ae21618aeb8f50e8a8923e45636ef09503..5309de6a8092e3a3aa21be15dabfc9565c436b8c 100644 (file)
@@ -132,7 +132,7 @@ Used in:  PY_LONG_LONG
 #endif
 
 /* Parameters used for the numeric hash implementation.  See notes for
-   _PyHash_Double in Objects/object.c.  Numeric hashes are based on
+   _Py_HashDouble in Objects/object.c.  Numeric hashes are based on
    reduction modulo the prime 2**_PyHASH_BITS - 1. */
 
 #if SIZEOF_VOID_P >= 8