summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_upstream.c
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2012-02-28 11:31:05 +0000
committerRuslan Ermilov <ru@nginx.com>2012-02-28 11:31:05 +0000
commitb74f8ffce4aa7a7090e19021854304570238edb1 (patch)
tree3285bb23a7a1d7b689959995783a2acaa99e0cf9 /src/http/ngx_http_upstream.c
parentc66a1e7a172e042e8a3822192e79853e2afac4e6 (diff)
downloadnginx-b74f8ffce4aa7a7090e19021854304570238edb1.tar.gz
nginx-b74f8ffce4aa7a7090e19021854304570238edb1.tar.bz2
Fixed spelling in single-line comments.
Diffstat (limited to 'src/http/ngx_http_upstream.c')
-rw-r--r--src/http/ngx_http_upstream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c
index 4504d9823..7e368c1c1 100644
--- a/src/http/ngx_http_upstream.c
+++ b/src/http/ngx_http_upstream.c
@@ -2293,7 +2293,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;
}