From: Mark Dickinson Date: Sat, 24 Sep 2011 15:24:56 +0000 (+0100) Subject: Fix typo in comment: _PyHash_Double -> _Py_HashDouble. X-Git-Tag: v3.3.0a1~1497 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0390151100e3035be8a9cca8b180a63fa19d1368;p=thirdparty%2FPython%2Fcpython.git Fix typo in comment: _PyHash_Double -> _Py_HashDouble. --- diff --git a/Include/pyport.h b/Include/pyport.h index 62aa53ae2161..5309de6a8092 100644 --- a/Include/pyport.h +++ b/Include/pyport.h @@ -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