changeset 5347:011d72dea802

Typo fixed.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 28 Aug 2013 02:34:30 +0400
parents 293290081b12
children 317e0893a1e6
files src/event/ngx_event_pipe.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/event/ngx_event_pipe.c	Wed Aug 28 02:34:21 2013 +0400
+++ b/src/event/ngx_event_pipe.c	Wed Aug 28 02:34:30 2013 +0400
@@ -220,8 +220,8 @@
             {
 
                 /*
-                 * 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);