You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2013/08/25 23:15:42 UTC

svn commit: r1517383 - /httpd/httpd/branches/2.4.x/include/ap_expr.h

Author: jailletc36
Date: Sun Aug 25 21:15:41 2013
New Revision: 1517383

URL: http://svn.apache.org/r1517383
Log:
fix comment (r1476530 in trunk)

Modified:
    httpd/httpd/branches/2.4.x/include/ap_expr.h

Modified: httpd/httpd/branches/2.4.x/include/ap_expr.h
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/include/ap_expr.h?rev=1517383&r1=1517382&r2=1517383&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/include/ap_expr.h (original)
+++ httpd/httpd/branches/2.4.x/include/ap_expr.h Sun Aug 25 21:15:41 2013
@@ -107,7 +107,7 @@ typedef struct {
     request_rec *r;
     /** the current connection */
     conn_rec *c;
-    /** the current connection */
+    /** the current virtual host */
     server_rec *s;
     /** the pool to use */
     apr_pool_t *p;