[pypy-commit] extradoc extradoc: typo

cfbolz noreply at buildbot.pypy.org
Thu Aug 16 13:42:30 CEST 2012


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: extradoc
Changeset: r4609:a9e53e1ca187
Date: 2012-08-16 13:42 +0200
http://bitbucket.org/pypy/extradoc/changeset/a9e53e1ca187/

Log:	typo

diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex
--- a/talk/vmil2012/paper.tex
+++ b/talk/vmil2012/paper.tex
@@ -153,7 +153,7 @@
 of guards never fail at all, whereas those that do usually fail extremely
 often.
 
-Besides being common, guards have various costs associated to them.
+Besides being common, guards have various costs associated with them.
 Guards have a runtime cost, they take time to execute. Therefore it is
 important to make the on-trace execution of guards as efficient as possible. On
 the other hand, guards are possible deoptimization points. The recorded and


More information about the pypy-commit mailing list