expand comment

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1656062 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eric Covener
2015-01-30 17:15:02 +00:00
parent 2154a9de68
commit d5227d2da4

View File

@ -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;
};