comparison src/http/ngx_http_upstream.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 41f640a693de
children 4988fa232629
comparison
equal deleted inserted replaced
4498:569ea17767bf 4499:778ef9c3fd2d
2291 p->buf_to_file->last = u->buffer.pos; 2291 p->buf_to_file->last = u->buffer.pos;
2292 p->buf_to_file->temporary = 1; 2292 p->buf_to_file->temporary = 1;
2293 } 2293 }
2294 2294
2295 if (ngx_event_flags & NGX_USE_AIO_EVENT) { 2295 if (ngx_event_flags & NGX_USE_AIO_EVENT) {
2296 /* the posted aio operation may currupt a shadow buffer */ 2296 /* the posted aio operation may corrupt a shadow buffer */
2297 p->single_buf = 1; 2297 p->single_buf = 1;
2298 } 2298 }
2299 2299
2300 /* TODO: p->free_bufs = 0 if use ngx_create_chain_of_bufs() */ 2300 /* TODO: p->free_bufs = 0 if use ngx_create_chain_of_bufs() */
2301 p->free_bufs = 1; 2301 p->free_bufs = 1;