[pypy-commit] pypy default: fix comment

cfbolz noreply at buildbot.pypy.org
Mon Apr 16 11:46:20 CEST 2012


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: 
Changeset: r54384:bf7d80dbb9be
Date: 2012-04-14 08:26 +0200
http://bitbucket.org/pypy/pypy/changeset/bf7d80dbb9be/

Log:	fix comment

diff --git a/pypy/jit/metainterp/pyjitpl.py b/pypy/jit/metainterp/pyjitpl.py
--- a/pypy/jit/metainterp/pyjitpl.py
+++ b/pypy/jit/metainterp/pyjitpl.py
@@ -1223,7 +1223,7 @@
     def run_one_step(self):
         # Execute the frame forward.  This method contains a loop that leaves
         # whenever the 'opcode_implementations' (which is one of the 'opimpl_'
-        # methods) returns True.  This is the case when the current frame
+        # methods) raises ChangeFrame.  This is the case when the current frame
         # changes, due to a call or a return.
         try:
             staticdata = self.metainterp.staticdata


More information about the pypy-commit mailing list