[pypy-svn] r16696 - pypy/release/0.7.x/pypy/translator/goal

tismer at codespeak.net tismer at codespeak.net
Fri Aug 26 22:22:29 CEST 2005


Author: tismer
Date: Fri Aug 26 22:22:28 2005
New Revision: 16696

Modified:
   pypy/release/0.7.x/pypy/translator/goal/translate_pypy.py
Log:
fixed some typos

Modified: pypy/release/0.7.x/pypy/translator/goal/translate_pypy.py
==============================================================================
--- pypy/release/0.7.x/pypy/translator/goal/translate_pypy.py	(original)
+++ pypy/release/0.7.x/pypy/translator/goal/translate_pypy.py	Fri Aug 26 22:22:28 2005
@@ -41,9 +41,9 @@
    -t-lowmem  try to save as much memory as possible, since many computers
               tend to have less than a gigabyte of memory (512 MB is typical).
               Currently, we avoid to use geninterplevel, which creates a lot
-              of extra blocks, but gains only som 10-20 % of speed, because
+              of extra blocks, but gains only some 10-20 % of speed, because
               we are still lacking annotation of applevel code.
-   -batch     don't use interactive helpers,like pdb
+   -batch     don't use interactive helpers, like pdb
 """
 import autopath, sys, os
 



More information about the Pypy-commit mailing list