From: Christophe Jaillet Date: Sun, 25 Aug 2013 21:15:41 +0000 (+0000) Subject: fix comment (r1476530 in trunk) X-Git-Tag: 2.4.7~272 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a3526ce368a43b088c77a2c25acb8a99d9e392a;p=apache 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 --- 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;