diff src/event/ngx_event_pipe.c @ 5347:011d72dea802

Typo fixed.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 28 Aug 2013 02:34:30 +0400
parents 355779f81491
children 3d2d3e1cf427
line wrap: on
line diff
--- 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);