comparison src/event/modules/ngx_eventport_module.c @ 5172:a4d21534cbf4

Events: fixed typos in two previous commits.
author Valentin Bartenev <vbart@nginx.com>
date Fri, 12 Apr 2013 17:31:08 +0000
parents 98cbd8f92c87
children 56b5ef2c9e37
comparison
equal deleted inserted replaced
5171:98cbd8f92c87 5172:a4d21534cbf4
532 532
533 if (!rev->active) { 533 if (!rev->active) {
534 revents &= ~POLLIN; 534 revents &= ~POLLIN;
535 } 535 }
536 536
537 if (!wew->active) { 537 if (!wev->active) {
538 revents &= ~POLLOUT; 538 revents &= ~POLLOUT;
539 } 539 }
540 540
541 rev->active = 0; 541 rev->active = 0;
542 wev->active = 0; 542 wev->active = 0;