Skip to content

Commit 6dcabcd

Browse files
committed
io_uring: fix typo in io_uring.h comment
Just a basic s/thig/this swap, fixing up a typo introduced by a commit added in the 6.1 release. Fixes: 9cda70f ("io_uring: introduce fixed buffer support for io_uring_cmd") Signed-off-by: Jens Axboe <[email protected]>
1 parent 9921d50 commit 6dcabcd

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
@@ -222,7 +222,7 @@ enum io_uring_op {
222222

223223
/*
224224
* sqe->uring_cmd_flags
225-
* IORING_URING_CMD_FIXED use registered buffer; pass thig flag
225+
* IORING_URING_CMD_FIXED use registered buffer; pass this flag
226226
* along with setting sqe->buf_index.
227227
*/
228228
#define IORING_URING_CMD_FIXED (1U << 0)

0 commit comments

Comments
 (0)