From da3cbcc9436321e59b9e11fa8caa624e3d71ea35 Mon Sep 17 00:00:00 2001 From: Kenny Levinsen Date: Sat, 27 Feb 2021 18:23:53 +0100 Subject: libseat: Fix typo in doc string --- include/libseat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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); -- cgit v1.2.3