Author: Carl Friedrich Bolz <[email protected]>
Branch: extradoc
Changeset: r4447:d139bd18f6e8
Date: 2012-08-07 09:13 +0200
http://bitbucket.org/pypy/extradoc/changeset/d139bd18f6e8/

Log:    typos

diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex
--- a/talk/vmil2012/paper.tex
+++ b/talk/vmil2012/paper.tex
@@ -221,7 +221,7 @@
 
 
 
-\subsection{PyPy's Meta-Tracing JIT Compilers}
+\subsection{RPython's Meta-Tracing JIT Compilers}
 \label{sub:tracing}
 
  * Tracing JITs
@@ -509,7 +509,7 @@
 reconstruction all bindings are restored to the state as they were in the
 original loop up to the guard.
 
-Once the bridge has been compiled the guard that led to compiling the birdge is
+Once the bridge has been compiled the guard that led to compiling the bridge is
 patched to redirect control flow to the bridge in case the check fails. In
 future if the guard fails again it jumps to the code compiled for the bridge
 instead of bailing out. Once the guard has been compiled and attached to the
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to