Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r623:8deb16b45d7e
Date: 2012-07-10 20:34 +0200
http://bitbucket.org/cffi/cffi/changeset/8deb16b45d7e/

Log:    typo

diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -382,7 +382,7 @@
 
 *  unknown types: the syntax "``typedef ... foo_t;``" declares the type
    ``foo_t`` as opaque.  Useful mainly for when the API takes and returns
-   ``foo_t *`` without you needing to looking inside the ``foo_t``.
+   ``foo_t *`` without you needing to look inside the ``foo_t``.
 
 *  array lengths: when used as structure fields, arrays can have an
    unspecified length, as in "``int n[];``".  The length is completed
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to