modify typo - timeeouts

This commit is contained in:
Yong Wu 2021-09-05 22:42:04 +08:00 committed by GitHub
parent 2b92b830a7
commit 7459407701
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
*/