[pypy-commit] pypy s390x-backend: Fix branch name

arigo pypy.commits at gmail.com
Thu Mar 10 05:57:23 EST 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: s390x-backend
Changeset: r82934:5eb1d600077e
Date: 2016-03-10 11:56 +0100
http://bitbucket.org/pypy/pypy/changeset/5eb1d600077e/

Log:	Fix branch name

diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rst
@@ -13,7 +13,7 @@
 
 The jit compiler backend implementation for the s390x architecutre.
 
-.. branch: s390x-enhance-speedup
+.. branch: s390x-enhance-speed
 
 Refactoring to only store 64-bit values in the literal pool of the assembly. Generated machine code uses less space and runs faster.
 


More information about the pypy-commit mailing list