io_uring: spelling fix
authorDylan Yudaken <dylany@meta.com>
Fri, 25 Nov 2022 10:34:11 +0000 (02:34 -0800)
committerJens Axboe <axboe@kernel.dk>
Fri, 25 Nov 2022 13:10:46 +0000 (06:10 -0700)
s/pushs/pushes/

Signed-off-by: Dylan Yudaken <dylany@meta.com>
Link: https://lore.kernel.org/r/20221125103412.1425305-3-dylany@meta.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c

index 24aa049..d9c9e34 100644 (file)
@@ -2706,7 +2706,7 @@ static __poll_t io_uring_poll(struct file *file, poll_table *wait)
         * lock(&ep->mtx);
         *
         * Users may get EPOLLIN meanwhile seeing nothing in cqring, this
-        * pushs them to do the flush.
+        * pushes them to do the flush.
         */
 
        if (io_cqring_events(ctx) || io_has_work(ctx))