[pypy-commit] pypy default: "flushing forward"?

arigo noreply at buildbot.pypy.org
Fri Apr 18 13:24:31 CEST 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r70753:17a4ad744f46
Date: 2014-04-18 13:23 +0200
http://bitbucket.org/pypy/pypy/changeset/17a4ad744f46/

Log:	"flushing forward"?

diff --git a/pypy/doc/stm.rst b/pypy/doc/stm.rst
--- a/pypy/doc/stm.rst
+++ b/pypy/doc/stm.rst
@@ -40,7 +40,7 @@
 ``pypy-stm`` project is to improve what is so far the state-of-the-art
 for using multiple CPUs, which for cases where separate processes don't
 work is done by writing explicitly multi-threaded programs.  Instead,
-``pypy-stm`` is flushing forward an approach to *hide* the threads, as
+``pypy-stm`` is pushing forward an approach to *hide* the threads, as
 described below in `atomic sections`_.
 
 


More information about the pypy-commit mailing list