summaryrefslogtreecommitdiff
path: root/include/http_config.h
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2015-01-30 17:15:02 +0000
committerEric Covener <covener@apache.org>2015-01-30 17:15:02 +0000
commitd5227d2da411b31b15bbcda241ad84bf419a9e12 (patch)
tree2b6a3ca1423fd4f724113d5a72074efc76c39e76 /include/http_config.h
parent2154a9de68745582f49281f28c60e256fb6bf16c (diff)
downloadhttpd-d5227d2da411b31b15bbcda241ad84bf419a9e12.tar.gz
expand comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1656062 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_config.h')
-rw-r--r--include/http_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/http_config.h b/include/http_config.h
index 0dfca50f4f..ad5ba2f9da 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;
};