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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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