From: Stefan Fritsch Date: Sat, 27 Apr 2013 08:37:36 +0000 (+0000) Subject: fix comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=277aa862d346f10d72a1a4dec4ad2c7482c25622;p=thirdparty%2Fapache%2Fhttpd.git fix comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1476530 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_expr.h b/include/ap_expr.h index f0463bbf866..55fff36317b 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;