comparison src/event/ngx_event.h @ 4517:50143b8fb95f stable-1.0

Merge of r4500: fixed spelling in single-line comments.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 05 Mar 2012 13:26:40 +0000
parents 4919fb357a5d
children 9ee20e074a2e
comparison
equal deleted inserted replaced
4516:b927410d9638 4517:50143b8fb95f
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;