From 4691f3b9e330bb4a413db146dc9400be7368d438 Mon Sep 17 00:00:00 2001 From: Garrett Rooney Date: Wed, 20 Sep 2006 15:06:52 +0000 Subject: [PATCH] * modules/cache/mod_cache.h: Fix comment that was obviously cut and pasted from mod_proxy... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@448229 13f79535-47bb-0310-9956-ffa450edef68 --- modules/cache/mod_cache.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/cache/mod_cache.h b/modules/cache/mod_cache.h index 0a62efbb5b..2f6f8b0571 100644 --- a/modules/cache/mod_cache.h +++ b/modules/cache/mod_cache.h @@ -88,8 +88,8 @@ #define DEFAULT_CACHE_EXPIRE MSEC_ONE_HR #define DEFAULT_CACHE_LMFACTOR (0.1) -/* Create a set of PROXY_DECLARE(type), PROXY_DECLARE_NONSTD(type) and - * PROXY_DECLARE_DATA with appropriate export and import tags for the platform +/* Create a set of CACHE_DECLARE(type), CACHE_DECLARE_NONSTD(type) and + * CACHE_DECLARE_DATA with appropriate export and import tags for the platform */ #if !defined(WIN32) #define CACHE_DECLARE(type) type -- 2.40.0