You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2015/01/30 18:15:02 UTC

svn commit: r1656062 - /httpd/httpd/trunk/include/http_config.h

Author: covener
Date: Fri Jan 30 17:15:02 2015
New Revision: 1656062

URL: http://svn.apache.org/r1656062
Log:
expand comment

Modified:
    httpd/httpd/trunk/include/http_config.h

Modified: httpd/httpd/trunk/include/http_config.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/http_config.h?rev=1656062&r1=1656061&r2=1656062&view=diff
==============================================================================
--- httpd/httpd/trunk/include/http_config.h (original)
+++ httpd/httpd/trunk/include/http_config.h Fri Jan 30 17:15:02 2015
@@ -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;
 };