io_uring: fix a typo in a comment
[linux-2.6-block.git] / fs / io_uring.c
index c838705c9a5a7833f91195101d6265cf926af401..405be10da73d4bb37b2fea9a3ca9f9247e01a5b4 100644 (file)
@@ -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