[pypy-svn] r58195 - pypy/dist/pypy/doc/jit

arigo at codespeak.net arigo at codespeak.net
Wed Sep 17 11:55:12 CEST 2008


Author: arigo
Date: Wed Sep 17 11:55:10 2008
New Revision: 58195

Modified:
   pypy/dist/pypy/doc/jit/overview.txt
Log:
Another typo.


Modified: pypy/dist/pypy/doc/jit/overview.txt
==============================================================================
--- pypy/dist/pypy/doc/jit/overview.txt	(original)
+++ pypy/dist/pypy/doc/jit/overview.txt	Wed Sep 17 11:55:10 2008
@@ -57,8 +57,8 @@
 re-implementations are not faster (and cannot run all existing Python
 applications).
 
-Partical results
-----------------
+Practical results
+-----------------
 
 The JIT compilers that we generate use some techniques that are not in
 widespread use so far, but they are not exactly new either.  The point



More information about the Pypy-commit mailing list