[pypy-commit] pypy virtual-arguments: typo

fijal noreply at buildbot.pypy.org
Sun Jul 15 19:05:42 CEST 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: virtual-arguments
Changeset: r56084:57b904df5ce7
Date: 2012-07-15 19:05 +0200
http://bitbucket.org/pypy/pypy/changeset/57b904df5ce7/

Log:	typo

diff --git a/pypy/rlib/jit.py b/pypy/rlib/jit.py
--- a/pypy/rlib/jit.py
+++ b/pypy/rlib/jit.py
@@ -217,7 +217,7 @@
 DICT_CUTOFF = 5
 
 @specialize.call_location()
-def w_dict_unrolling_heurisitc(w_dct):
+def w_dict_unrolling_heuristic(w_dct):
     """ In which cases iterating over dict items can be unrolled.
     Note that w_dct is an instance of W_DictMultiObject, not necesarilly
     an actual dict


More information about the pypy-commit mailing list