# HG changeset patch # User Maxim Dounin # Date 1377642870 -14400 # Node ID 011d72dea80217333f469d06d2c169c2ed9e7c08 # Parent 293290081b1273b1e434fb0f1de747507b2cdab2 Typo fixed. diff --git a/src/event/ngx_event_pipe.c b/src/event/ngx_event_pipe.c --- 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_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);