[pypy-svn] r23250 - pypy/dist/pypy/jit

pedronis at codespeak.net pedronis at codespeak.net
Sun Feb 12 06:04:40 CET 2006


Author: pedronis
Date: Sun Feb 12 06:04:38 2006
New Revision: 23250

Modified:
   pypy/dist/pypy/jit/rtimeshift.py
Log:
typos



Modified: pypy/dist/pypy/jit/rtimeshift.py
==============================================================================
--- pypy/dist/pypy/jit/rtimeshift.py	(original)
+++ pypy/dist/pypy/jit/rtimeshift.py	Sun Feb 12 06:04:38 2006
@@ -66,11 +66,10 @@
 # emit ops
 
 
-
 class OpDesc(object):
     """
-    Descrption of a low-level operation
-    that can be passed around to low level helper
+    Description of a low-level operation
+    that can be passed around to low level helpers
     to inform op generation
     """
     



More information about the Pypy-commit mailing list