[pypy-svn] r61115 - pypy/extradoc/talk/ecoop2009/tutorial

arigo at codespeak.net arigo at codespeak.net
Mon Jan 19 14:46:34 CET 2009


Author: arigo
Date: Mon Jan 19 14:46:33 2009
New Revision: 61115

Modified:
   pypy/extradoc/talk/ecoop2009/tutorial/proposal.tex
Log:
Typo.


Modified: pypy/extradoc/talk/ecoop2009/tutorial/proposal.tex
==============================================================================
--- pypy/extradoc/talk/ecoop2009/tutorial/proposal.tex	(original)
+++ pypy/extradoc/talk/ecoop2009/tutorial/proposal.tex	Mon Jan 19 14:46:33 2009
@@ -95,7 +95,7 @@
 aims to make the implementation of dynamic
 languages easier by providing a toolchain that allows to compile an
 interpreter to various target platforms, including the JVM, .NET and C/Posix. 
-In addition, we are working automatically transforming the
+In addition, we are working on automatically transforming the
 interpreter into a specializing JIT-compiler to vastly increase performance.
 The goal is to minimize the effort required to get a fast implementation for a
 dynamic language.



More information about the Pypy-commit mailing list