From: Maxim Dounin Date: Tue, 27 Aug 2013 22:34:30 +0000 (+0400) Subject: Typo fixed. X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=51f7761710fb797be1f3c401be2aa57b603ce45d;p=nginx.git Typo fixed. --- diff --git a/src/event/ngx_event_pipe.c b/src/event/ngx_event_pipe.c index 4dfb88f6d..4ef9b7103 100644 --- a/src/event/ngx_event_pipe.c +++ b/src/event/ngx_event_pipe.c @@ -220,8 +220,8 @@ ngx_event_pipe_read_upstream(ngx_event_pipe_t *p) { /* - * if it is allowed, then save some bufs from r->in - * to a temporary file, and add them to a r->out chain + * if it is allowed, then save some bufs from p->in + * to a temporary file, and add them to a p->out chain */ rc = ngx_event_pipe_write_chain_to_temp_file(p);