diff src/core/ngx_output_chain.c @ 344:e366ba5db8f8

nginx-0.0.3-2004-06-01-10:04:46 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 01 Jun 2004 06:04:46 +0000
parents 6bdf858bff8c
children 2e3cbc1bbe3c
line wrap: on
line diff
--- a/src/core/ngx_output_chain.c
+++ b/src/core/ngx_output_chain.c
@@ -38,7 +38,7 @@ int ngx_output_chain(ngx_output_chain_ct
         }
     }
 
-    /* add the incoming hunk to the chain ctx->in */
+    /* add the incoming buf to the chain ctx->in */
 
     if (in) {
         if (ngx_chain_add_copy(ctx->pool, &ctx->in, in) == NGX_ERROR) {