]> git.kaiwu.me - nginx.git/commitdiff
Typo fixed.
authorMaxim Dounin <mdounin@mdounin.ru>
Tue, 27 Aug 2013 22:34:30 +0000 (02:34 +0400)
committerMaxim Dounin <mdounin@mdounin.ru>
Tue, 27 Aug 2013 22:34:30 +0000 (02:34 +0400)
src/event/ngx_event_pipe.c

index 4dfb88f6d1bc921327e70cc12fc0583267ba9470..4ef9b71038089643dea2d1d4b2f8e8f92d2a4575 100644 (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);