Author: David Schneider <david.schnei...@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
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to