Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r2269:9b9b28de48be
Date: 2015-09-04 13:43 +0200
http://bitbucket.org/cffi/cffi/changeset/9b9b28de48be/

Log:    fix textual reference

diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst
--- a/doc/source/cdef.rst
+++ b/doc/source/cdef.rst
@@ -206,8 +206,8 @@
 specifies that all structure fields should have an alignment of one
 byte.  (Note that the packed attribute has no effect on bit fields so
 far, which mean that they may be packed differently than on GCC.
-Also, this has no effect on structs declared with ``"...;"``---next
-section.)
+Also, this has no effect on structs declared with ``"...;"``---more
+about it later in `Letting the C compiler fill the gaps`_.)
 
 .. _`ffi.set_unicode()`:
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to