[pypy-commit] extradoc extradoc: typo

bivab noreply at buildbot.pypy.org
Tue Aug 7 09:28:24 CEST 2012


Author: David Schneider <david.schneider at picle.org>
Branch: extradoc
Changeset: r4435:439347b963ca
Date: 2012-08-06 17:43 +0200
http://bitbucket.org/pypy/extradoc/changeset/439347b963ca/

Log:	typo

diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex
--- a/talk/vmil2012/paper.tex
+++ b/talk/vmil2012/paper.tex
@@ -410,7 +410,7 @@
 emitted instructions.  Eviction/spilling is performed based on the live range
 information collected in the first pass. Each IR instruction is transformed
 into one or more machine level instructions that implement the required
-semantics, operations withouth side effects whose result is not used are not
+semantics, operations without side effects whose result is not used are not
 emitted. Guards instructions are transformed into fast checks at the machine
 code level that verify the corresponding condition.  In cases the value being
 checked by the guard is not used anywhere else the guard and the operation


More information about the pypy-commit mailing list