Fix typo in comment: _PyHash_Double -> _Py_HashDouble.

This commit is contained in:
Mark Dickinson 2011-09-24 16:24:56 +01:00
parent 0d5f6adbb3
commit 0390151100
1 changed files with 1 additions and 1 deletions

View 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