X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=util.c;h=ed31e9749ffec0e6e295110e8b19e69fa51b8b3c;hp=6dbeb2f249acce02fe953340c146f847d6a1cf6c;hb=41e5c645a828eec6d1df30cc1e5840027cf787b2;hpb=aafeeaea1731a1e0c8322527ccb0e4cdcc5ffb01 diff --git a/util.c b/util.c index 6dbeb2f..ed31e97 100644 --- a/util.c +++ b/util.c @@ -68,8 +68,8 @@ SRD_PRIV int py_attr_as_str(const PyObject *py_obj, const char *attr, * allocated char *. * * @param py_obj The dictionary to probe. - * @param attr Key of the item to retrieve. - * @param outstr ptr to char * storage to be filled in. + * @param key Key of the item to retrieve. + * @param outstr Pointer to char * storage to be filled in. * * @return SRD_OK upon success, a (negative) error code otherwise. * The 'outstr' argument points to a malloc()ed string upon success.