expand comment
authorEric Covener <covener@apache.org>
Fri, 30 Jan 2015 17:15:02 +0000 (17:15 +0000)
committerEric Covener <covener@apache.org>
Fri, 30 Jan 2015 17:15:02 +0000 (17:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1656062 13f79535-47bb-0310-9956-ffa450edef68

include/http_config.h

index 0dfca50f4f8baa19ba2de05c5f856e28115de463..ad5ba2f9dafdf4e8ab1af817d37cf8fac759f8d0 100644 (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;
 };