Correct a meaningless comment

This commit is contained in:
Peter Hutterer 2023-06-05 12:17:59 +10:00
parent 7d0536f344
commit 080864d82a

View file

@ -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.