Skip to content

Commit 1fc61ee

Browse files
committed
io_uring: fix spelling error in uapi io_uring.h
This is obviously not that important, but when changes are synced back from the kernel to liburing, the codespell CI ends up erroring because of this misspelling. Let's just correct it and avoid this biting us again on an import. Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent 1e988c3 commit 1fc61ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/uapi/linux/io_uring.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ enum io_uring_op {
380380
* result will be the number of buffers send, with
381381
* the starting buffer ID in cqe->flags as per
382382
* usual for provided buffer usage. The buffers
383-
* will be contigious from the starting buffer ID.
383+
* will be contiguous from the starting buffer ID.
384384
*/
385385
#define IORING_RECVSEND_POLL_FIRST (1U << 0)
386386
#define IORING_RECV_MULTISHOT (1U << 1)

0 commit comments

Comments
 (0)