1
0
mirror of git://sigrok.org/libserialport synced 2023-08-10 21:13:24 +03:00

Doxygen: Fix a warning / incorrect parameter name.

This commit is contained in:
Uwe Hermann 2013-12-27 02:39:29 +01:00
parent 104f093dba
commit deaf0a6351

View 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.