Commit 03901511 authored by Mark Dickinson's avatar Mark Dickinson

Fix typo in comment: _PyHash_Double -> _Py_HashDouble.

parent 0d5f6adb
...@@ -132,7 +132,7 @@ Used in: PY_LONG_LONG ...@@ -132,7 +132,7 @@ Used in: PY_LONG_LONG
#endif #endif
/* Parameters used for the numeric hash implementation. See notes for /* 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. */ reduction modulo the prime 2**_PyHASH_BITS - 1. */
#if SIZEOF_VOID_P >= 8 #if SIZEOF_VOID_P >= 8
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment