[pypy-commit] cffi default: typo
arigo
noreply at buildbot.pypy.org
Tue Jul 10 20:35:10 CEST 2012
Author: Armin Rigo <arigo at tunes.org>
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
More information about the pypy-commit
mailing list