util: typo fix in comment

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2020-08-21 10:04:43 +10:00
parent ab453cd1f4
commit 9e42b579d9

View file

@ -75,7 +75,7 @@ xwrite(int fd, const void *buf, size_t count)
/**
* Wrapper around send() that always sets MSG_NOSIGNAL. Returns the number
* of bytes writen or a negative errno on failure.
* of bytes written or a negative errno on failure.
*/
static inline int
xsend(int fd, const void *buf, size_t len)