[pypy-commit] pypy default: typo fix in pyjitpl5 doc

justinpeel noreply at buildbot.pypy.org
Tue Aug 30 17:57:06 CEST 2011


Author: Justin Peel <notmuchtotell at gmail.com>
Branch: 
Changeset: r46923:09e6278b548c
Date: 2011-08-30 09:55 -0600
http://bitbucket.org/pypy/pypy/changeset/09e6278b548c/

Log:	typo fix in pyjitpl5 doc

diff --git a/pypy/doc/jit/pyjitpl5.rst b/pypy/doc/jit/pyjitpl5.rst
--- a/pypy/doc/jit/pyjitpl5.rst
+++ b/pypy/doc/jit/pyjitpl5.rst
@@ -103,7 +103,7 @@
 
 The meta-interpreter starts interpreting the JIT bytecode.  Each operation is
 executed and then recorded in a list of operations, called the trace.
-Operations can have a list of boxes that operate on, arguments.  Some operations
+Operations can have a list of boxes they operate on, arguments.  Some operations
 (like GETFIELD and GETARRAYITEM) also have special objects that describe how
 their arguments are laid out in memory.  All possible operations generated by
 tracing are listed in metainterp/resoperation.py.  When a (interpreter-level)


More information about the pypy-commit mailing list