summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2012-05-09 01:06:01 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2012-05-09 01:06:01 +0200
commit29590b14fc508a0b951ea0b87e98f7741808bab0 (patch)
tree63c9b6fe855e787f467aa4ab290cffb146c40baa /util.c
parenta465436e627578f69c403de75a89522dfd883217 (diff)
downloadlibsigrokdecode-29590b14fc508a0b951ea0b87e98f7741808bab0.tar.gz
libsigrokdecode-29590b14fc508a0b951ea0b87e98f7741808bab0.zip
srd: Fix a few Doxygen errors.
Diffstat (limited to 'util.c')
-rw-r--r--util.c4
1 files changed, 2 insertions, 2 deletions
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.