comparison src/os/unix/ngx_freebsd_sendfile_chain.c @ 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 67653855682e
comparison
equal deleted inserted replaced
4516:b927410d9638 4517:50143b8fb95f
176 } 176 }
177 177
178 178
179 if (file) { 179 if (file) {
180 180
181 /* create the tailer iovec and coalesce the neighbouring bufs */ 181 /* create the trailer iovec and coalesce the neighbouring bufs */
182 182
183 prev = NULL; 183 prev = NULL;
184 iov = NULL; 184 iov = NULL;
185 185
186 while (cl && header.nelts < IOV_MAX && send < limit) { 186 while (cl && header.nelts < IOV_MAX && send < limit) {