comparison src/os/unix/ngx_freebsd_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 67653855682e
comparison
equal deleted inserted replaced
4498:569ea17767bf 4499:778ef9c3fd2d
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) {