Author: Carl Friedrich Bolz <[email protected]>
Branch: extradoc
Changeset: r4549:46ea63316a53
Date: 2012-08-13 20:59 +0200
http://bitbucket.org/pypy/extradoc/changeset/46ea63316a53/

Log:    fix syntax error

diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex
--- a/talk/vmil2012/paper.tex
+++ b/talk/vmil2012/paper.tex
@@ -513,7 +513,7 @@
 checked by the guard is not used anywhere else the guard and the operation
 producing the value can often be merged, further reducing the overhead of the 
guard.
 Figure \ref{fig:trace-compiled} shows how the \texttt{int\_eq} operation
-followed by a \texttt{guard_false} from the trace in 
Figure~\ref{fig:trace-log} are compiled to
+followed by a \texttt{guard\_false} from the trace in 
Figure~\ref{fig:trace-log} are compiled to
 pseudo-assembler if the operation and the guard are compiled separated or if
 they are merged.
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to