[pypy-commit] cffi default: typo

arigo noreply at buildbot.pypy.org
Sat Feb 23 15:03:24 CET 2013


Author: Armin Rigo <arigo at tunes.org>
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


More information about the pypy-commit mailing list