[pypy-svn] r13791 - pypy/dist/pypy/rpython

rxe at codespeak.net rxe at codespeak.net
Fri Jun 24 13:46:07 CEST 2005


Author: rxe
Date: Fri Jun 24 13:46:06 2005
New Revision: 13791

Modified:
   pypy/dist/pypy/rpython/rtyper.py
Log:
Minor typo.



Modified: pypy/dist/pypy/rpython/rtyper.py
==============================================================================
--- pypy/dist/pypy/rpython/rtyper.py	(original)
+++ pypy/dist/pypy/rpython/rtyper.py	Fri Jun 24 13:46:06 2005
@@ -5,7 +5,7 @@
 to the care of the rtype_*() methods implemented in the other r* modules.
 For each high-level operation 'hop', the rtype_*() methods produce low-level
 operations that are collected in the 'llops' list defined here.  When necessary,
-convertions are inserted.
+conversions are inserted.
 
 This logic borrows a bit from pypy.translator.annrpython, without the fixpoint
 computation part.



More information about the Pypy-commit mailing list