mirror of
https://github.com/nginx/nginx.git
synced 2026-09-04 04:18:42 +00:00
Fixed a comment.
This commit is contained in:
parent
435670165a
commit
05f5a7325d
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ ngx_event_expire_timers(void)
|
|||
|
||||
node = ngx_rbtree_min(root, sentinel);
|
||||
|
||||
/* node->key > ngx_current_time */
|
||||
/* node->key > ngx_current_msec */
|
||||
|
||||
if ((ngx_msec_int_t) (node->key - ngx_current_msec) > 0) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue