comparison src/event/modules/ngx_kqueue_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 3377f9459e99
comparison
equal deleted inserted replaced
4571:2942a827da09 4572:67653855682e
375 return NGX_OK; 375 return NGX_OK;
376 } 376 }
377 377
378 /* 378 /*
379 * when the file descriptor is closed the kqueue automatically deletes 379 * when the file descriptor is closed the kqueue automatically deletes
380 * its filters so we do not need to delete explicity the event 380 * its filters so we do not need to delete explicitly the event
381 * before the closing the file descriptor. 381 * before the closing the file descriptor.
382 */ 382 */
383 383
384 if (flags & NGX_CLOSE_EVENT) { 384 if (flags & NGX_CLOSE_EVENT) {
385 ngx_mutex_unlock(list_mutex); 385 ngx_mutex_unlock(list_mutex);