From: Igor Sysoev Date: Tue, 18 Dec 2007 15:12:33 +0000 (+0000) Subject: fix comment X-Git-Tag: release-0.6.22~2 X-Git-Url: http://git.kaiwu.me/%7B@url%7D?a=commitdiff_plain;h=b3ea970288b1d675667f8ca825a34059365f23bf;p=nginx.git fix comment --- diff --git a/src/http/modules/ngx_http_dav_module.c b/src/http/modules/ngx_http_dav_module.c index b9d01f391..e1533e867 100644 --- a/src/http/modules/ngx_http_dav_module.c +++ b/src/http/modules/ngx_http_dav_module.c @@ -969,7 +969,7 @@ ngx_http_dav_delete_path(ngx_http_request_t *r, ngx_str_t *path, ngx_uint_t dir) tree.alloc = 0; tree.log = r->connection->log; - /* todo: 207 */ + /* TODO: 207 */ if (ngx_walk_tree(&tree, path) != NGX_OK) { return NGX_HTTP_INTERNAL_SERVER_ERROR;