Author: Armin Rigo <[email protected]> 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`_. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
