Commit 0b4295b5 authored by LimingWu's avatar LimingWu Committed by Jens Axboe

io_uring: fix a typo in a comment

thatn -> than.
Signed-off-by: default avatarLiming Wu <19092205@suning.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 4493233e
......@@ -145,7 +145,7 @@ struct io_rings {
/*
* Number of completion events lost because the queue was full;
* this should be avoided by the application by making sure
* there are not more requests pending thatn there is space in
* there are not more requests pending than there is space in
* the completion queue.
*
* Written by the kernel, shouldn't be modified by the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment