summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2013-08-25 21:15:41 +0000
committerChristophe Jaillet <jailletc36@apache.org>2013-08-25 21:15:41 +0000
commit7a3526ce368a43b088c77a2c25acb8a99d9e392a (patch)
tree5682bb4db22b6fb46dc025251d7616b63c3ea502 /include
parentd53f716356f30dac344daf9438e1980842fb0a5c (diff)
downloadhttpd-7a3526ce368a43b088c77a2c25acb8a99d9e392a.tar.gz
fix comment (r1476530 in trunk)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1517383 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/ap_expr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ap_expr.h b/include/ap_expr.h
index f0463bbf86..55fff36317 100644
--- a/include/ap_expr.h
+++ b/include/ap_expr.h
@@ -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;