libseat: Fix typo in doc string
This commit is contained in:
parent
152ee5102a
commit
da3cbcc943
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ int libseat_get_fd(struct libseat *seat);
|
||||||
* milliseconds that might occur.
|
* milliseconds that might occur.
|
||||||
*
|
*
|
||||||
* Returns a positive number signifying processed internal messages on success.
|
* Returns a positive number signifying processed internal messages on success.
|
||||||
* Returns 0-if no messages were processed. Returns -1 and sets errno on error.
|
* Returns 0 if no messages were processed. Returns -1 and sets errno on error.
|
||||||
*/
|
*/
|
||||||
int libseat_dispatch(struct libseat *seat, int timeout);
|
int libseat_dispatch(struct libseat *seat, int timeout);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue