[pypy-svn] r77279 - pypy/extradoc/talk/pepm2011

arigo at codespeak.net arigo at codespeak.net
Wed Sep 22 18:29:09 CEST 2010


Author: arigo
Date: Wed Sep 22 18:29:08 2010
New Revision: 77279

Modified:
   pypy/extradoc/talk/pepm2011/paper.tex
Log:
Two typos.


Modified: pypy/extradoc/talk/pepm2011/paper.tex
==============================================================================
--- pypy/extradoc/talk/pepm2011/paper.tex	(original)
+++ pypy/extradoc/talk/pepm2011/paper.tex	Wed Sep 22 18:29:08 2010
@@ -107,9 +107,9 @@
 heap-structure is allocated for them, that contains the actual value.
 
 Type dispatching is the process of finding the concrete implementation that is
-applicable to the objects at hand when doing a generic operation at hand. An
+applicable to the objects at hand when doing a generic operation on them. An
 example would be the addition of two objects: The addition needs to check what
-the concrete objects are that should be added are, and choose the implementation
+the concrete objects that should be added are, and choose the implementation
 that is fitting for them.
 
 Last year, we wrote a paper \cite{XXX} about how PyPy's meta-JIT



More information about the Pypy-commit mailing list