]> sigrok.org Git - libserialport.git/commitdiff
Doxygen: Fix a warning / incorrect parameter name.
authorUwe Hermann <redacted>
Fri, 27 Dec 2013 01:39:29 +0000 (02:39 +0100)
committerUwe Hermann <redacted>
Fri, 27 Dec 2013 01:39:29 +0000 (02:39 +0100)
libserialport.h.in

index 01c20af414b28baed977b360a656428ed7b9156d..7c18af59d1b2639930911fbb76a2c988a17cbbdc 100644 (file)
@@ -960,7 +960,7 @@ enum sp_return sp_add_port_events(struct sp_event_set *event_set,
 /**
  * Wait for any of a set of events to occur.
  *
- * @param handles Event set to wait on.
+ * @param event_set Event set to wait on.
  * @param timeout Timeout in milliseconds, or zero to wait indefinitely.
  *
  * @return SP_OK upon success, a negative error code otherwise.