[pypy-commit] extradoc extradoc: typos

bivab noreply at buildbot.pypy.org
Fri Jul 20 11:21:57 CEST 2012


Author: David Schneider <david.schneider at picle.org>
Branch: extradoc
Changeset: r4314:dc0c0eb139ac
Date: 2012-07-20 11:21 +0200
http://bitbucket.org/pypy/extradoc/changeset/dc0c0eb139ac/

Log:	typos

diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex
--- a/talk/vmil2012/paper.tex
+++ b/talk/vmil2012/paper.tex
@@ -256,7 +256,7 @@
 Most importantly optimizations try to remove as many operations
 and therefore guards as possible.
 This is done with many classical compiler optimizations.
-In particular guards can be remove by subexpression elimination.
+In particular guards can be removed by subexpression elimination.
 If the same guard is encountered a second time in the trace,
 the second one can be removed.
 This also works if a later guard is weaker implied by a earlier guard.
@@ -290,7 +290,7 @@
 because the optimizer removed their allocation.
 The virtual objects in the symbolic frames describe exactly
 how the heap objects that have to be allocated on guard failure look like.
-To this end, the content of the every field of the virtual object is described
+To this end, the content of every field of the virtual object is described
 in the same way that the local variables of symbolic frames are described.
 The fields of the virtual objects can therefore be SSA variables, constants
 or other virtual objects.


More information about the pypy-commit mailing list