[pypy-commit] pypy improve-docs-fixes: fix typo

numerodix noreply at buildbot.pypy.org
Sat Aug 9 11:29:22 CEST 2014


Author: Martin Matusiak <numerodix at gmail.com>
Branch: improve-docs-fixes
Changeset: r72731:c6f8542c472b
Date: 2014-08-03 18:21 +0200
http://bitbucket.org/pypy/pypy/changeset/c6f8542c472b/

Log:	fix typo

diff --git a/rpython/doc/windows.rst b/rpython/doc/windows.rst
--- a/rpython/doc/windows.rst
+++ b/rpython/doc/windows.rst
@@ -314,7 +314,7 @@
 Keep in mind that this runs small translations, and some details may go
 wrong.  The most obvious one is to check that it produces C files that
 use the integer type ``Signed`` --- but what is ``Signed`` defined to?
-It should be equal to ``long`` on every other platforms, but on Win64 it
+It should be equal to ``long`` on every other platform, but on Win64 it
 should be something like ``long long``.
 
 What is more generally needed is to review all the C files in


More information about the pypy-commit mailing list