mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
modify typo - timeeouts
This commit is contained in:
parent
2b92b830a7
commit
7459407701
2
event.c
2
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.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user