diff --git a/fs/io_uring.c b/fs/io_uring.c index 3e7e4da4a362ac69c6bf17ff089ed1b37c03524f..f96c51ea5c2a95fd0d82d3e3d09645942ae8837d 100644 --- a/fs/io_uring.c +++ b/fs/io_uring.c @@ -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