提交 6dcabcd3 编写于 作者: J Jens Axboe

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: 9cda70f6 ("io_uring: introduce fixed buffer support for io_uring_cmd")
Signed-off-by: NJens Axboe <axboe@kernel.dk>
上级 9921d501
...@@ -222,7 +222,7 @@ enum io_uring_op { ...@@ -222,7 +222,7 @@ enum io_uring_op {
/* /*
* sqe->uring_cmd_flags * sqe->uring_cmd_flags
* IORING_URING_CMD_FIXED use registered buffer; pass thig flag * IORING_URING_CMD_FIXED use registered buffer; pass this flag
* along with setting sqe->buf_index. * along with setting sqe->buf_index.
*/ */
#define IORING_URING_CMD_FIXED (1U << 0) #define IORING_URING_CMD_FIXED (1U << 0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册