io_uring: spelling fix

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>
This commit is contained in:
Dylan Yudaken 2022-11-25 02:34:11 -08:00 committed by Jens Axboe
parent 27f35fe909
commit 10d8bc3541

View 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))