[pypy-svn] r75574 - pypy/trunk/pypy/doc/jit

afa at codespeak.net afa at codespeak.net
Fri Jun 25 08:40:58 CEST 2010


Author: afa
Date: Fri Jun 25 08:40:56 2010
New Revision: 75574

Modified:
   pypy/trunk/pypy/doc/jit/pyjitpl5.txt
Log:
Grammatical typo


Modified: pypy/trunk/pypy/doc/jit/pyjitpl5.txt
==============================================================================
--- pypy/trunk/pypy/doc/jit/pyjitpl5.txt	(original)
+++ pypy/trunk/pypy/doc/jit/pyjitpl5.txt	Fri Jun 25 08:40:56 2010
@@ -8,7 +8,7 @@
 Implementation of the JIT
 =========================
 
-The JIT's `theory`_ is great in principle, the but actual code is a different
+The JIT's `theory`_ is great in principle, but the actual code is a different
 story. This section tries to give a high level overview of how PyPy's JIT is
 implemented.  It's helpful to have an understanding of how the PyPy `translation
 tool chain`_ works before digging into the sources.



More information about the Pypy-commit mailing list