summaryrefslogtreecommitdiffstats
path: root/Include/pyport.h
diff options
context:
space:
mode:
authorMark Dickinson <mdickinson@enthought.com>2011-09-24 15:24:56 (GMT)
committerMark Dickinson <mdickinson@enthought.com>2011-09-24 15:24:56 (GMT)
commit0390151100e3035be8a9cca8b180a63fa19d1368 (patch)
treebaa2cd256cfff4bb877ebba33fe56314bded6446 /Include/pyport.h
parent0d5f6adbb3e5d829a64ef1b431f7ac76dd258c1e (diff)
downloadcpython-0390151100e3035be8a9cca8b180a63fa19d1368.zip
cpython-0390151100e3035be8a9cca8b180a63fa19d1368.tar.gz
cpython-0390151100e3035be8a9cca8b180a63fa19d1368.tar.bz2
Fix typo in comment: _PyHash_Double -> _Py_HashDouble.
Diffstat (limited to 'Include/pyport.h')
-rw-r--r--Include/pyport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/pyport.h b/Include/pyport.h
index 62aa53a..5309de6 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