Author: Maciej Fijalkowski <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit