Author: Justin Peel <notmuchtot...@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)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to