Skip to content

Commit ff81dad

Browse files
Haiyue Wangaxboe
authored andcommitted
io-uring: correct typo in comment for IOU_F_TWQ_LAZY_WAKE
The 'r' key is near to 't' key, that makes 'with' to be 'wirh' ? :) Signed-off-by: Haiyue Wang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
1 parent 4fe82ae commit ff81dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/io_uring_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ enum {
1313
* A hint to not wake right away but delay until there are enough of
1414
* tw's queued to match the number of CQEs the task is waiting for.
1515
*
16-
* Must not be used wirh requests generating more than one CQE.
16+
* Must not be used with requests generating more than one CQE.
1717
* It's also ignored unless IORING_SETUP_DEFER_TASKRUN is set.
1818
*/
1919
IOU_F_TWQ_LAZY_WAKE = 1,

0 commit comments

Comments
 (0)