[pypy-commit] pypy default: Typo

arigo noreply at buildbot.pypy.org
Mon Oct 5 16:36:53 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r79992:beae03a0417f
Date: 2015-10-05 16:37 +0200
http://bitbucket.org/pypy/pypy/changeset/beae03a0417f/

Log:	Typo

diff --git a/pypy/module/_cffi_backend/ccallback.py b/pypy/module/_cffi_backend/ccallback.py
--- a/pypy/module/_cffi_backend/ccallback.py
+++ b/pypy/module/_cffi_backend/ccallback.py
@@ -214,7 +214,7 @@
     """ Callback specification.
     ffi_cif - something ffi specific, don't care
     ll_args - rffi.VOIDPP - pointer to array of pointers to args
-    ll_restype - rffi.VOIDP - pointer to result
+    ll_res - rffi.VOIDP - pointer to result
     ll_userdata - a special structure which holds necessary information
                   (what the real callback is for example), casted to VOIDP
     """


More information about the pypy-commit mailing list