mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-05-04 21:18:04 +02:00
util: typo fix in comment
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
ab453cd1f4
commit
9e42b579d9
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue