[pypy-svn] r60669 - pypy/extradoc/talk/ecoop2009

antocuni at codespeak.net antocuni at codespeak.net
Sun Dec 21 11:09:30 CET 2008


Author: antocuni
Date: Sun Dec 21 11:09:29 2008
New Revision: 60669

Modified:
   pypy/extradoc/talk/ecoop2009/clibackend.tex
Log:
typo


Modified: pypy/extradoc/talk/ecoop2009/clibackend.tex
==============================================================================
--- pypy/extradoc/talk/ecoop2009/clibackend.tex	(original)
+++ pypy/extradoc/talk/ecoop2009/clibackend.tex	Sun Dec 21 11:09:29 2008
@@ -31,7 +31,7 @@
 time could run slower with JIT than without, due to the time spent doing the
 initial (double) compilation.  It is important to underline that so far we
 mostly focused making the JIT able to produce very fast code, without trying
-to optimzed the compilation phase itself.
+to optimze the compilation phase itself.
 
 \subsection{Flexswitches}
 



More information about the Pypy-commit mailing list