[pypy-svn] r37485 - pypy/dist/pypy/doc

pedronis at codespeak.net pedronis at codespeak.net
Sun Jan 28 18:33:57 CET 2007


Author: pedronis
Date: Sun Jan 28 18:33:56 2007
New Revision: 37485

Modified:
   pypy/dist/pypy/doc/jit.txt
Log:
fix typos



Modified: pypy/dist/pypy/doc/jit.txt
==============================================================================
--- pypy/dist/pypy/doc/jit.txt	(original)
+++ pypy/dist/pypy/doc/jit.txt	Sun Jan 28 18:33:56 2007
@@ -60,8 +60,8 @@
 static compilation, but one capable of dynamic compilation, exploiting
 runtime information in its result. Compilation should be able to
 suspend and resume letting the produced code run to collect run-time
-information (for example language-level types) to be used to produced
-code optimised for effective the run-time behaviour of the program.
+information (for example language-level types) to be used to generate
+code optimised for the effective run-time behaviour of the program.
 
 Inspired by Psyco, which in some sense is such a specialising
 generating extension for Python, but hand-written, we added support
@@ -938,4 +938,4 @@
 .. _`PyPy Standard Interpreter`: architecture.html#standard-interpreter
 .. _`exception transformer`: translation.html#making-exception-handling-explicit
 
-.. include:: _ref.txt
\ No newline at end of file
+.. include:: _ref.txt



More information about the Pypy-commit mailing list