comparison src/event/modules/ngx_eventport_module.c @ 4572:67653855682e

Fixed spelling in multiline C comments.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 03 Apr 2012 07:37:31 +0000
parents d620f497c50f
children 4c36e15651f7
comparison
equal deleted inserted replaced
4571:2942a827da09 4572:67653855682e
320 ngx_event_t *e; 320 ngx_event_t *e;
321 ngx_connection_t *c; 321 ngx_connection_t *c;
322 322
323 /* 323 /*
324 * when the file descriptor is closed, the event port automatically 324 * when the file descriptor is closed, the event port automatically
325 * dissociates it from the port, so we do not need to dissociate explicity 325 * dissociates it from the port, so we do not need to dissociate explicitly
326 * the event before the closing the file descriptor 326 * the event before the closing the file descriptor
327 */ 327 */
328 328
329 if (flags & NGX_CLOSE_EVENT) { 329 if (flags & NGX_CLOSE_EVENT) {
330 ev->active = 0; 330 ev->active = 0;