Skip to content

Commit

Permalink
io_uring.h: fix spelling error
Browse files Browse the repository at this point in the history
Apparently we need to fix this in the kernel proper...

Fixes: 48d8d54 ("liburing: sync io_uring headers")
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
axboe committed Feb 18, 2025
1 parent 27bbd57 commit bf56ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/liburing/io_uring.h
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ enum io_uring_op {
* result will be the number of buffers send, with
* the starting buffer ID in cqe->flags as per
* usual for provided buffer usage. The buffers
* will be contigious from the starting buffer ID.
* will be contiguous from the starting buffer ID.
*/
#define IORING_RECVSEND_POLL_FIRST (1U << 0)
#define IORING_RECV_MULTISHOT (1U << 1)
Expand Down

0 comments on commit bf56ab2

Please sign in to comment.