[pypy-svn] r42688 - pypy/dist/pypy/translator/stackless

cfbolz at codespeak.net cfbolz at codespeak.net
Fri May 4 19:12:13 CEST 2007


Author: cfbolz
Date: Fri May  4 19:12:13 2007
New Revision: 42688

Modified:
   pypy/dist/pypy/translator/stackless/transform.py
Log:
typo in the comment


Modified: pypy/dist/pypy/translator/stackless/transform.py
==============================================================================
--- pypy/dist/pypy/translator/stackless/transform.py	(original)
+++ pypy/dist/pypy/translator/stackless/transform.py	Fri May  4 19:12:13 2007
@@ -140,7 +140,7 @@
 # restate subcase at the end of it.
 #
 # note that we order types by the index of the erased type in
-# STORAGE_TYPES, to increase the chance that we can resuse the types.
+# STORAGE_TYPES, to increase the chance that we can reuse the types.
 #
 # in simple cases this approach creates graphs that are more
 # complicated than needed, so we run the graph through a few


More information about the pypy-svn mailing list