[pypy-commit] pypy default: typo

arigo noreply at buildbot.pypy.org
Mon Jul 6 17:49:03 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r78465:bd2249a3ea29
Date: 2015-07-06 17:49 +0200
http://bitbucket.org/pypy/pypy/changeset/bd2249a3ea29/

Log:	typo

diff --git a/pypy/module/_cffi_backend/cdataobj.py b/pypy/module/_cffi_backend/cdataobj.py
--- a/pypy/module/_cffi_backend/cdataobj.py
+++ b/pypy/module/_cffi_backend/cdataobj.py
@@ -413,7 +413,7 @@
 
 
 class W_CDataPtrToStructOrUnion(W_CData):
-    """This subclass is used for the pointer returned by new('struct foo').
+    """This subclass is used for the pointer returned by new('struct foo *').
     It has a strong reference to a W_CDataNewOwning that really owns the
     struct, which is the object returned by the app-level expression 'p[0]'.
     But it is not itself owning any memory, although its repr says so;


More information about the pypy-commit mailing list