[pypy-svn] r79738 - pypy/trunk/pypy/rlib

arigo at codespeak.net arigo at codespeak.net
Thu Dec 2 11:51:36 CET 2010


Author: arigo
Date: Thu Dec  2 11:51:34 2010
New Revision: 79738

Modified:
   pypy/trunk/pypy/rlib/jit.py
Log:
Fix comment.


Modified: pypy/trunk/pypy/rlib/jit.py
==============================================================================
--- pypy/trunk/pypy/rlib/jit.py	(original)
+++ pypy/trunk/pypy/rlib/jit.py	Thu Dec  2 11:51:34 2010
@@ -156,7 +156,7 @@
 
 def jit_debug(string, arg1=-sys.maxint-1, arg2=-sys.maxint-1,
                       arg3=-sys.maxint-1, arg4=-sys.maxint-1):
-    """When JITted, cause an extra operation DEBUG_MERGE_POINT to appear in
+    """When JITted, cause an extra operation JIT_DEBUG to appear in
     the graphs.  Should not be left after debugging."""
     keepalive_until_here(string) # otherwise the whole function call is removed
 jit_debug.oopspec = 'jit.debug(string, arg1, arg2, arg3, arg4)'



More information about the Pypy-commit mailing list