[pypy-svn] r28003 - pypy/extradoc/talk/dls2006

pedronis at codespeak.net pedronis at codespeak.net
Wed May 31 16:38:57 CEST 2006


Author: pedronis
Date: Wed May 31 16:38:56 2006
New Revision: 28003

Modified:
   pypy/extradoc/talk/dls2006/paper.tex
Log:
references for Boehm already introduced before.



Modified: pypy/extradoc/talk/dls2006/paper.tex
==============================================================================
--- pypy/extradoc/talk/dls2006/paper.tex	(original)
+++ pypy/extradoc/talk/dls2006/paper.tex	Wed May 31 16:38:56 2006
@@ -944,7 +944,7 @@
 
 {\bf pypy-c.}
     The simplest variant: translated to C code with no explicit memory
-    management, and linked with the Boehm conservative GC [Boehm].
+    management, and linked with the Boehm conservative GC.
 
 {\bf pypy-c-thread.}
     The same, with OS thread support enabled.  (For measurement purposes,



More information about the Pypy-commit mailing list