]> sigrok.org Git - libsigrok.git/blobdiff - hwdriver.c
Doxygen: Fix a few warnings.
[libsigrok.git] / hwdriver.c
index c2e6cda1dd9c8f569e2510ea518ecfa871b44096..5fe571bfb79656905cf2ff7473ffe321c99d6baa 100644 (file)
@@ -454,7 +454,7 @@ SR_API int sr_config_list(const struct sr_dev_driver *driver, int key,
 /**
  * Get information about a configuration key.
  *
- * @param opt The configuration key.
+ * @param key The configuration key.
  *
  * @return A pointer to a struct sr_config_info, or NULL if the key
  *         was not found.