]> sigrok.org Git - libsigrok.git/blobdiff - device.c
Doxygen: Fix a few warnings.
[libsigrok.git] / device.c
index 0aeb41595fc1522f3fd6aa5be1f403ad306a42a0..5e1c8364edb22dab1ca88a775332c00726cb3033 100644 (file)
--- a/device.c
+++ b/device.c
@@ -183,7 +183,7 @@ SR_API int sr_dev_trigger_set(const struct sr_dev_inst *sdi, int probenum,
  *            If the device's 'driver' field is NULL (virtual device), this
  *            function will always return FALSE (virtual devices don't have
  *            a hardware capabilities list).
- * @param option The option that should be checked for support on the
+ * @param key The option that should be checked for support on the
  *            specified device.
  *
  * @return TRUE if the device has the specified option, FALSE otherwise.