]> sigrok.org Git - libsigrokdecode.git/blobdiff - util.c
srd: lm75: Output min/max/avg temperature in report().
[libsigrokdecode.git] / util.c
diff --git a/util.c b/util.c
index 6dbeb2f249acce02fe953340c146f847d6a1cf6c..ed31e9749ffec0e6e295110e8b19e69fa51b8b3c 100644 (file)
--- 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.