From: Yong Wu <33825637+YongW5@users.noreply.github.com> Date: Sun, 5 Sep 2021 14:42:04 +0000 (+0800) Subject: modify typo - timeeouts X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7459407701e89f11688194ce6baa4c66a381cb00;p=libevent modify typo - timeeouts --- diff --git a/event.c b/event.c index 66e27129..c2e9fdee 100644 --- a/event.c +++ b/event.c @@ -3376,7 +3376,7 @@ insert_common_timeout_inorder(struct common_timeout_list *ctl, /* By all logic, we should just be able to append 'ev' to the end of * ctl->events, since the timeout on each 'ev' is set to {the common * timeout} + {the time when we add the event}, and so the events - * should arrive in order of their timeeouts. But just in case + * should arrive in order of their timeouts. But just in case * there's some wacky threading issue going on, we do a search from * the end of 'ev' to find the right insertion point. */