comparison src/event/ngx_event.h @ 4499:778ef9c3fd2d

Fixed spelling in single-line comments.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 28 Feb 2012 11:31:05 +0000
parents d620f497c50f
children 9ee20e074a2e
comparison
equal deleted inserted replaced
4498:569ea17767bf 4499:778ef9c3fd2d
81 #if !(NGX_THREADS) 81 #if !(NGX_THREADS)
82 unsigned posted_ready:1; 82 unsigned posted_ready:1;
83 #endif 83 #endif
84 84
85 #if (NGX_WIN32) 85 #if (NGX_WIN32)
86 /* setsockopt(SO_UPDATE_ACCEPT_CONTEXT) was succesfull */ 86 /* setsockopt(SO_UPDATE_ACCEPT_CONTEXT) was successful */
87 unsigned accept_context_updated:1; 87 unsigned accept_context_updated:1;
88 #endif 88 #endif
89 89
90 #if (NGX_HAVE_KQUEUE) 90 #if (NGX_HAVE_KQUEUE)
91 unsigned kq_vnode:1; 91 unsigned kq_vnode:1;