From 58afc0a00e44cf2550d68bdef4e0a6bd663dbb3a Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Tue, 9 Feb 2010 19:23:06 +0000 Subject: [PATCH] fix typo in comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@908164 13f79535-47bb-0310-9956-ffa450edef68 --- include/ap_socache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ap_socache.h b/include/ap_socache.h index 3f1901d013..ff90997149 100644 --- a/include/ap_socache.h +++ b/include/ap_socache.h @@ -182,7 +182,7 @@ typedef struct ap_socache_provider_t { /** Dump the status of a cache instance for mod_status. Will use * the ap_r* interfaces to produce appropriate status output. - * XXX: apr_r* are deprecated, bad dogfood + * XXX: ap_r* are deprecated, bad dogfood * * @param instance The cache instance * @param r The request structure -- 2.40.0