From: LimingWu <19092205@suning.com> Date: Thu, 5 Dec 2019 12:18:18 +0000 (+0800) Subject: io_uring: fix a typo in a comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0b4295b5e2b9b42f3f3096496fe4775b656c9ba6;p=linux.git io_uring: fix a typo in a comment thatn -> than. Signed-off-by: Liming Wu <19092205@suning.com> Signed-off-by: Jens Axboe --- diff --git a/fs/io_uring.c b/fs/io_uring.c index c838705c9a5a7..405be10da73d4 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