[pypy-commit] extradoc extradoc: typo

fijal noreply at buildbot.pypy.org
Mon Jun 13 14:42:46 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: extradoc
Changeset: r3666:5f8d61e3e60e
Date: 2011-06-13 14:45 +0200
http://bitbucket.org/pypy/extradoc/changeset/5f8d61e3e60e/

Log:	typo

diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex
--- a/talk/iwtc11/paper.tex
+++ b/talk/iwtc11/paper.tex
@@ -535,7 +535,7 @@
 
 \subsection{Allocation Removals}
 By using escape analysis it is possible to identify objects that are
-allocated within the loop but never escapes it. That is the object are
+allocated within the loop but never escape it. That is the object are
 short lived and no references to them exists outside the loop. This
 is performed by processing the operation from top to bottom and
 optimistically removing every \lstinline{new} operation. Later on if


More information about the pypy-commit mailing list