Skip to content

Commit 0b4295b

Browse files
LimingWuaxboe
authored andcommitted
io_uring: fix a typo in a comment
thatn -> than. Signed-off-by: Liming Wu <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
1 parent 4493233 commit 0b4295b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/io_uring.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ struct io_rings {
145145
/*
146146
* Number of completion events lost because the queue was full;
147147
* this should be avoided by the application by making sure
148-
* there are not more requests pending thatn there is space in
148+
* there are not more requests pending than there is space in
149149
* the completion queue.
150150
*
151151
* Written by the kernel, shouldn't be modified by the

0 commit comments

Comments
 (0)