[pypy-commit] pypy jit-opaque-licm: typo

hakanardo noreply at buildbot.pypy.org
Mon Jul 23 20:10:41 CEST 2012


Author: Hakan Ardo <hakan at debian.org>
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


More information about the pypy-commit mailing list