[pypy-svn] r41148 - pypy/dist/pypy/rpython/lltypesystem

mwh at codespeak.net mwh at codespeak.net
Fri Mar 23 11:02:44 CET 2007


Author: mwh
Date: Fri Mar 23 11:02:43 2007
New Revision: 41148

Modified:
   pypy/dist/pypy/rpython/lltypesystem/lloperation.py
Log:
accuratize comment


Modified: pypy/dist/pypy/rpython/lltypesystem/lloperation.py
==============================================================================
--- pypy/dist/pypy/rpython/lltypesystem/lloperation.py	(original)
+++ pypy/dist/pypy/rpython/lltypesystem/lloperation.py	Fri Mar 23 11:02:43 2007
@@ -131,8 +131,8 @@
 # ____________________________________________________________
 #
 # This list corresponds to the operations implemented by the LLInterpreter.
-# Note that many exception-raising operations are being replaced by calls
-# to helpers by rpython/raisingops/.
+# Note that many exception-raising operations can be replaced by calls
+# to helper functions in pypy.rpython.raisingops.raisingops.
 # ***** Run test_lloperation after changes. *****
 
 LL_OPERATIONS = {



More information about the Pypy-commit mailing list