Author: Hakan Ardo <[email protected]>
Branch: jit-opaque-licm
Changeset: r56415:e6111dd33b80
Date: 2012-07-23 20:09 +0200
http://bitbucket.org/pypy/pypy/changeset/e6111dd33b80/

Log:    typo

diff --git a/pypy/jit/metainterp/optimizeopt/unroll.py 
b/pypy/jit/metainterp/optimizeopt/unroll.py
--- a/pypy/jit/metainterp/optimizeopt/unroll.py
+++ b/pypy/jit/metainterp/optimizeopt/unroll.py
@@ -346,7 +346,7 @@
                 assumed_classbox = self.short_boxes.assumed_classes[op.result]
                 if not classbox or not 
classbox.same_constant(assumed_classbox):
                     raise InvalidLoop('Class of opaque pointer needed in short 
' +
-                                      'preamble unknown at en of loop')
+                                      'preamble unknown at end of loop')
             i += 1
 
         # Import boxes produced in the preamble but used in the loop
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to