From: Eric Covener Date: Fri, 30 Jan 2015 17:15:02 +0000 (+0000) Subject: expand comment X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=209bb427ab780d35d0fa49a29179724069f26c85;p=thirdparty%2Fapache%2Fhttpd.git expand comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1656062 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/http_config.h b/include/http_config.h index 0dfca50f4f8..ad5ba2f9daf 100644 --- a/include/http_config.h +++ b/include/http_config.h @@ -326,8 +326,8 @@ struct cmd_parms_struct { /** directive with syntax error */ const ap_directive_t *err_directive; - /** If the current directive is EXEC_ON_READ, this is the - enclosing directive */ + /** If the current directive is EXEC_ON_READ, this is the last + (non-EXEC_ON_READ) enclosing directive */ ap_directive_t *parent; };