]> granicus.if.org Git - libevent/commitdiff
modify typo - timeeouts
authorYong Wu <33825637+YongW5@users.noreply.github.com>
Sun, 5 Sep 2021 14:42:04 +0000 (22:42 +0800)
committerGitHub <noreply@github.com>
Sun, 5 Sep 2021 14:42:04 +0000 (22:42 +0800)
event.c

diff --git a/event.c b/event.c
index 66e271294d09fed5027fe3bdb97dad016b287b18..c2e9fdee808b067c4cb2da32b16acb56e109993b 100644 (file)
--- 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.
         */