]> git.kaiwu.me - nginx.git/commitdiff
fix comment
authorIgor Sysoev <igor@sysoev.ru>
Mon, 29 Nov 2010 19:41:53 +0000 (19:41 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 29 Nov 2010 19:41:53 +0000 (19:41 +0000)
src/http/ngx_http_core_module.c

index 8f341d6e7ae534115421a2e7122b3eebb7d1044e..f3fa765c1383c35c837f73fc3cf8be432b756874 100644 (file)
@@ -909,7 +909,7 @@ ngx_http_core_rewrite_phase(ngx_http_request_t *r, ngx_http_phase_handler_t *ph)
         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);