summaryrefslogtreecommitdiff
path: root/c
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2014-12-05 18:23:22 +0100
committerArmin Rigo <arigo@tunes.org>2014-12-05 18:23:22 +0100
commit64d9193c497fadd9c2f36ecfe6e17ef51339bba6 (patch)
treeee966fb59f066327c3d7e197551b7bcb02621d3f /c
parent321de472d2592bf588ae7b7dc0321c18eab4ad79 (diff)
downloadcffi-64d9193c497fadd9c2f36ecfe6e17ef51339bba6.tar.gz
typo
Diffstat (limited to 'c')
-rw-r--r--c/_cffi_backend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
index 536ea5c..f78407a 100644
--- a/c/_cffi_backend.c
+++ b/c/_cffi_backend.c
@@ -4765,7 +4765,7 @@ static PyObject *b_typeoffsetof(PyObject *self, PyObject *args)
CFieldObject *cf;
Py_ssize_t offset;
- if (!PyArg_ParseTuple(args, "O!O:typeof",
+ if (!PyArg_ParseTuple(args, "O!O:typeoffsetof",
&CTypeDescr_Type, &ct, &fieldname))
return NULL;