X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=libserialport.h.in;h=7c18af59d1b2639930911fbb76a2c988a17cbbdc;hb=deaf0a63513aa275fb1acf901537382535f3be02;hp=01c20af414b28baed977b360a656428ed7b9156d;hpb=104f093dba21da6e88b3c6d3349c489a5ac51be8;p=libserialport.git diff --git a/libserialport.h.in b/libserialport.h.in index 01c20af..7c18af5 100644 --- a/libserialport.h.in +++ b/libserialport.h.in @@ -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.