Author: Alex Gaynor <alex.gay...@gmail.com>
Branch: 
Changeset: r68353:5377386566e1
Date: 2013-12-01 19:04 -0600
http://bitbucket.org/pypy/pypy/changeset/5377386566e1/

Log:    Updated a comment to reflect the RPython split

diff --git a/pypy/module/pypyjit/interp_jit.py 
b/pypy/module/pypyjit/interp_jit.py
--- a/pypy/module/pypyjit/interp_jit.py
+++ b/pypy/module/pypyjit/interp_jit.py
@@ -1,6 +1,6 @@
 """This is not the JIT :-)
 
-This is transformed to become a JIT by code elsewhere: pypy/jit/*
+This is transformed to become a JIT by code elsewhere: rpython/jit/*
 """
 
 from rpython.rlib.rarithmetic import r_uint, intmask
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to