[pypy-svn] pypy out-of-line-guards-2: typo

fijal commits-noreply at bitbucket.org
Wed Apr 13 12:41:31 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: out-of-line-guards-2
Changeset: r43324:bb74a3f1a9ae
Date: 2011-04-13 12:41 +0200
http://bitbucket.org/pypy/pypy/changeset/bb74a3f1a9ae/

Log:	typo

diff --git a/pypy/jit/metainterp/quasiimmut.py b/pypy/jit/metainterp/quasiimmut.py
--- a/pypy/jit/metainterp/quasiimmut.py
+++ b/pypy/jit/metainterp/quasiimmut.py
@@ -75,7 +75,7 @@
 
     def invalidate(self):
         # When this is called, all the loops that we record become
-        # become invalid and must not be called again, nor returned to.
+        # invalid and must not be called again, nor returned to.
         wrefs = self.looptokens_wrefs
         self.looptokens_wrefs = []
         for wref in wrefs:


More information about the Pypy-commit mailing list