Author: Armin Rigo <[email protected]> Branch: Changeset: r1166:49104377cf81 Date: 2013-02-23 15:03 +0100 http://bitbucket.org/cffi/cffi/changeset/49104377cf81/
Log: typo diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -716,7 +716,7 @@ cdata objects don't have ownership: they are merely references to existing memory. -As an exception the above rule, dereferencing a pointer that owns a +As an exception to the above rule, dereferencing a pointer that owns a *struct* or *union* object returns a cdata struct or union object that "co-owns" the same memory. Thus in this case there are two objects that can keep the same memory alive. This is done for cases where _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
