Typo fixed.

This commit is contained in:
Maxim Dounin 2013-08-28 02:34:30 +04:00
parent e96092130c
commit 51f7761710

View File

@ -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);