We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe82ae commit ff81dadCopy full SHA for ff81dad
include/linux/io_uring_types.h
@@ -13,7 +13,7 @@ enum {
13
* A hint to not wake right away but delay until there are enough of
14
* tw's queued to match the number of CQEs the task is waiting for.
15
*
16
- * Must not be used wirh requests generating more than one CQE.
+ * Must not be used with requests generating more than one CQE.
17
* It's also ignored unless IORING_SETUP_DEFER_TASKRUN is set.
18
*/
19
IOU_F_TWQ_LAZY_WAKE = 1,
0 commit comments