]> granicus.if.org Git - apache/commitdiff
backport fix of a comment used by doxygen (was part of r1086071)
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 7 Jun 2013 05:14:23 +0000 (05:14 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 7 Jun 2013 05:14:23 +0000 (05:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1490514 13f79535-47bb-0310-9956-ffa450edef68

modules/cache/cache_storage.h

index c5a8a1837733162fafc16a42c30b5f7ceb48b180..83f2946f5a2280b98f82bb11ec25527998c22d86 100644 (file)
@@ -49,7 +49,7 @@ int cache_select(cache_request_rec *cache, request_rec *r);
  *
  * This function returns OK if at least one entity was found and
  * removed, and DECLINED if no cached entities were removed.
- * @param h cache_handle_t
+ * @param cache cache_request_rec
  * @param r request_rec
  */
 int cache_invalidate(cache_request_rec *cache, request_rec *r);