changeset 3806:01542054f2c3

fix comment
author Igor Sysoev <igor@sysoev.ru>
date Mon, 29 Nov 2010 19:41:53 +0000
parents 7f491d3f3b57
children bc00fc9eabb7
files src/http/ngx_http_core_module.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/ngx_http_core_module.c
+++ b/src/http/ngx_http_core_module.c
@@ -909,7 +909,7 @@ ngx_http_core_rewrite_phase(ngx_http_req
         return NGX_OK;
     }
 
-    /* NGX_AGAIN || rc == NGX_ERROR || rc == NGX_HTTP_...  */
+    /* NGX_OK, NGX_AGAIN, NGX_ERROR, NGX_HTTP_...  */
 
     ngx_http_finalize_request(r, rc);