mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-05-04 10:48:02 +02:00
Correct a meaningless comment
This commit is contained in:
parent
7d0536f344
commit
080864d82a
1 changed files with 3 additions and 1 deletions
|
|
@ -328,7 +328,9 @@ iobuf_append_from_fd(struct iobuf *buf, int fd)
|
|||
* file descriptor shold be in O_NONBLOCK or this call will block. If the
|
||||
* data exceeds the current buffer size it is resized automatically.
|
||||
*
|
||||
* Any file descriptors passed through the fd are placed
|
||||
* Any file descriptors passed through the fd are placed into the struct
|
||||
* iobuf's file descriptor array and can be retrieved in-order with
|
||||
* iobuf_take_fd().
|
||||
*
|
||||
* @return The number of bytes read or a negative errno on failure. Zero
|
||||
* indicates EOF.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue