diff options
author | Jeff Trawick <trawick@apache.org> | 2010-02-09 20:23:06 +0100 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2010-02-09 20:23:06 +0100 |
commit | 58afc0a00e44cf2550d68bdef4e0a6bd663dbb3a (patch) | |
tree | fdeb8ee3d9b3adafffee5f8d4a9b92ebb5b93727 /include | |
parent | style tweaks (diff) | |
download | apache2-58afc0a00e44cf2550d68bdef4e0a6bd663dbb3a.tar.xz apache2-58afc0a00e44cf2550d68bdef4e0a6bd663dbb3a.zip |
fix typo in comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@908164 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/ap_socache.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |