comparison src/os/unix/ngx_darwin_sendfile_chain.c @ 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 089cc5154c1e
comparison
equal deleted inserted replaced
4498:569ea17767bf 4499:778ef9c3fd2d
171 && fprev == cl->buf->file_pos); 171 && fprev == cl->buf->file_pos);
172 } 172 }
173 173
174 if (file && header.nelts == 0) { 174 if (file && header.nelts == 0) {
175 175
176 /* create the tailer iovec and coalesce the neighbouring bufs */ 176 /* create the trailer iovec and coalesce the neighbouring bufs */
177 177
178 prev = NULL; 178 prev = NULL;
179 iov = NULL; 179 iov = NULL;
180 180
181 while (cl && header.nelts < IOV_MAX && send < limit) { 181 while (cl && header.nelts < IOV_MAX && send < limit) {