Message ID | 20221125103412.1425305-3-dylany@meta.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | io_uring: completion cleanups | expand |
diff --git a/io_uring/io_uring.c b/io_uring/io_uring.c index 38589cf380d1..c1e84ef84bea 100644 --- a/io_uring/io_uring.c +++ b/io_uring/io_uring.c @@ -2708,7 +2708,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))
s/pushs/pushes/ Signed-off-by: Dylan Yudaken <dylany@meta.com> --- io_uring/io_uring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)