io_uring: fix a typo in a comment
authorLimingWu <19092205@suning.com>
Thu, 5 Dec 2019 12:18:18 +0000 (20:18 +0800)
committerJens Axboe <axboe@kernel.dk>
Thu, 5 Dec 2019 14:59:37 +0000 (07:59 -0700)
thatn -> than.

Signed-off-by: Liming Wu <19092205@suning.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
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