diff options
| -rw-r--r-- | include/libseat.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libseat.h b/include/libseat.h index 891cb86..5375cd6 100644 --- a/include/libseat.h +++ b/include/libseat.h @@ -131,7 +131,7 @@ int libseat_get_fd(struct libseat *seat);   * milliseconds that might occur.   *   * 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);  | 
