diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2012-03-05 13:26:40 +0000 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2012-03-05 13:26:40 +0000 |
| commit | fc03bdde05ef82c3e215a0a0d41a1e88419996df (patch) | |
| tree | c71ad4e462bd1d712d88644cbe4442c03de2d068 /src/http/ngx_http_upstream.c | |
| parent | 1b6a7864a1777b070851fead7626fb21862932b3 (diff) | |
| download | nginx-fc03bdde05ef82c3e215a0a0d41a1e88419996df.tar.gz nginx-fc03bdde05ef82c3e215a0a0d41a1e88419996df.tar.bz2 | |
Merge of r4500: fixed spelling in single-line comments.
Diffstat (limited to '')
| -rw-r--r-- | src/http/ngx_http_upstream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c index 9f85a217c..ffbbc11ce 100644 --- a/src/http/ngx_http_upstream.c +++ b/src/http/ngx_http_upstream.c @@ -2263,7 +2263,7 @@ ngx_http_upstream_send_response(ngx_http_request_t *r, ngx_http_upstream_t *u) } if (ngx_event_flags & NGX_USE_AIO_EVENT) { - /* the posted aio operation may currupt a shadow buffer */ + /* the posted aio operation may corrupt a shadow buffer */ p->single_buf = 1; } |
