From: Jeff Trawick Date: Tue, 9 Feb 2010 19:23:06 +0000 (+0000) Subject: fix typo in comment X-Git-Tag: 2.3.6~489 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58afc0a00e44cf2550d68bdef4e0a6bd663dbb3a;p=apache fix typo in comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@908164 13f79535-47bb-0310-9956-ffa450edef68 --- 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