Message ID | 20221124162633.3856761-2-ammar.faizi@intel.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Ensure we mark non-exported functions and variables as static | expand |
diff --git a/src/queue.c b/src/queue.c index c06bcc3..feea0ad 100644 --- a/src/queue.c +++ b/src/queue.c @@ -81,7 +81,7 @@ static int _io_uring_get_cqe(struct io_uring *ring, } if (!cqe && !data->wait_nr && !data->submit) { /* - * If we already looped once, we already entererd + * If we already looped once, we already entered * the kernel. Since there's nothing to submit or * wait for, don't keep retrying. */