summaryrefslogtreecommitdiffhomepage
path: root/src/event/ngx_event_pipe.c
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2012-03-05 13:26:40 +0000
committerMaxim Dounin <mdounin@mdounin.ru>2012-03-05 13:26:40 +0000
commitfc03bdde05ef82c3e215a0a0d41a1e88419996df (patch)
treec71ad4e462bd1d712d88644cbe4442c03de2d068 /src/event/ngx_event_pipe.c
parent1b6a7864a1777b070851fead7626fb21862932b3 (diff)
downloadnginx-fc03bdde05ef82c3e215a0a0d41a1e88419996df.tar.gz
nginx-fc03bdde05ef82c3e215a0a0d41a1e88419996df.tar.bz2
Merge of r4500: fixed spelling in single-line comments.
Diffstat (limited to 'src/event/ngx_event_pipe.c')
-rw-r--r--src/event/ngx_event_pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event/ngx_event_pipe.c b/src/event/ngx_event_pipe.c
index 5f3b107ef..7af5a63fc 100644
--- a/src/event/ngx_event_pipe.c
+++ b/src/event/ngx_event_pipe.c
@@ -946,7 +946,7 @@ ngx_event_pipe_add_free_buf(ngx_event_pipe_t *p, ngx_buf_t *b)
return NGX_OK;
}
- /* the first free buf is partialy filled, thus add the free buf after it */
+ /* the first free buf is partially filled, thus add the free buf after it */
cl->next = p->free_raw_bufs->next;
p->free_raw_bufs->next = cl;