]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
io_uring: fix spelling error in uapi io_uring.h
authorJens Axboe <axboe@kernel.dk>
Tue, 18 Feb 2025 23:47:40 +0000 (16:47 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 18 Feb 2025 23:47:40 +0000 (16:47 -0700)
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>
include/uapi/linux/io_uring.h

index e11c826385277c11bf8c90cd94c4af5f9e6c1105..050fa8eb2e8f8bf111bd0b720ce0f1679a6c6568 100644 (file)
@@ -380,7 +380,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)