Author: danielsh
Date: Wed May 18 09:54:49 2011
New Revision: 1124156
URL: http://svn.apache.org/viewvc?rev=1124156&view=rev
Log:
* subversion/include/private/svn_cache.h
(svn_cache__set_error_handler): Clarify the docstring.
Modified:
subversion/trunk/subversion/include/private/svn_cache.h
Modified: subversion/trunk/subversion/include/private/svn_cache.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/private/svn_cache.h?rev=1124156&r1=1124155&r2=1124156&view=diff
==============================================================================
--- subversion/trunk/subversion/include/private/svn_cache.h (original)
+++ subversion/trunk/subversion/include/private/svn_cache.h Wed May 18 09:54:49
2011
@@ -312,7 +312,7 @@ svn_cache__create_membuffer_cache(svn_ca
* handler will be called with @a baton and the error, and the
* original function will return whatever error @a handler returns
* instead (possibly SVN_NO_ERROR); @a handler will receive the pool
- * passed to the svn_cache_* function. @a pool is used for temporary
+ * passed to the svn_cache__* function. @a pool is used for temporary
* allocations.
*/
svn_error_t *