Author: Samuele Pedroni <[email protected]>
Branch: extradoc
Changeset: r4553:28f5d96ff903
Date: 2012-08-13 21:53 +0200
http://bitbucket.org/pypy/extradoc/changeset/28f5d96ff903/

Log:    typos

diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex
--- a/talk/vmil2012/paper.tex
+++ b/talk/vmil2012/paper.tex
@@ -800,9 +800,9 @@
 From Figure~\ref{fig:failing_guards} we can see that only a very small amount
 of all the guards in the optimized traces ever fail. This amount varies between
 2.4\% and 5.7\% of all guards. As can be expected, even fewer guards fail often
-enough that a bride is compiled for them, only 1.2\% to 3.6\% of all guards
+enough that a bridge is compiled for them, only 1.2\% to 3.6\% of all guards
 fail often enough that a bridge is compiled. Also of all failing guards a few 
fail extremely often
-and most fail rarely. The results emphasizes that as most of the guards never
+and most fail rarely. The results emphasize that as most of the guards never
 fail it is important to make sure that the successful execution of a guard does
 not have unnecessary overhead.
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to