diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2013-08-28 02:34:30 +0400 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2013-08-28 02:34:30 +0400 |
commit | 51f7761710fb797be1f3c401be2aa57b603ce45d (patch) | |
tree | 4063c5d9d4dab6fd06d385bf7a0a37dcc802dbef /src | |
parent | e96092130c413576d3e07f7e235357431ad04405 (diff) | |
download | nginx-51f7761710fb797be1f3c401be2aa57b603ce45d.tar.gz nginx-51f7761710fb797be1f3c401be2aa57b603ce45d.zip |
Typo fixed.
Diffstat (limited to 'src')
-rw-r--r-- | src/event/ngx_event_pipe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/event/ngx_event_pipe.c b/src/event/ngx_event_pipe.c index 4dfb88f6d..4ef9b7103 100644 --- 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_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); |