[Python-checkins] cpython: Fix typo in comment: _PyHash_Double -> _Py_HashDouble.

mark.dickinson python-checkins at python.org
Sat Sep 24 17:25:17 CEST 2011


http://hg.python.org/cpython/rev/ac79caff7d6d
changeset:   72463:ac79caff7d6d
user:        Mark Dickinson <mdickinson at enthought.com>
date:        Sat Sep 24 16:24:56 2011 +0100
summary:
  Fix typo in comment: _PyHash_Double -> _Py_HashDouble.

files:
  Include/pyport.h |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Include/pyport.h b/Include/pyport.h
--- a/Include/pyport.h
+++ b/Include/pyport.h
@@ -132,7 +132,7 @@
 #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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list