comparison src/event/modules/ngx_devpoll_module.c @ 1432:f53e88c49563

fix comment
author Igor Sysoev <igor@sysoev.ru>
date Wed, 29 Aug 2007 07:19:22 +0000
parents ec3833f74cc2
children 8144200f6fa3
comparison
equal deleted inserted replaced
1431:ec3833f74cc2 1432:f53e88c49563
262 } 262 }
263 263
264 return NGX_OK; 264 return NGX_OK;
265 } 265 }
266 266
267 /* restore the paired event if it exists */ 267 /* restore the pair event if it exists */
268 268
269 if (event == POLLIN) { 269 if (event == POLLIN) {
270 e = c->write; 270 e = c->write;
271 event = POLLOUT; 271 event = POLLOUT;
272 272