Author: stefan2
Date: Sun Jun 28 17:54:28 2015
New Revision: 1688032
URL: http://svn.apache.org/r1688032
Log:
* subversion/libsvn_subr/cache-membuffer.c
(membuffer_cache_get_internal): Fix commentary. No functional change.
Modified:
subversion/trunk/subversion/libsvn_subr/cache-membuffer.c
Modified: subversion/trunk/subversion/libsvn_subr/cache-membuffer.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/cache-membuffer.c?rev=1688032&r1=1688031&r2=1688032&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/cache-membuffer.c (original)
+++ subversion/trunk/subversion/libsvn_subr/cache-membuffer.c Sun Jun 28
17:54:28 2015
@@ -2233,7 +2233,7 @@ membuffer_cache_get_internal(svn_membuff
/* Look for the *ITEM identified by KEY. If no item has been stored
* for KEY, *ITEM will be NULL. Otherwise, the DESERIALIZER is called
- * re-construct the proper object from the serialized data.
+ * to re-construct the proper object from the serialized data.
* Allocations will be done in POOL.
*/
static svn_error_t *