Author: stefan2
Date: Sun Jun 26 20:35:57 2011
New Revision: 1139936

URL: http://svn.apache.org/viewvc?rev=1139936&view=rev
Log:
* subversion/libsvn_subr/cache-membuffer.c
  (entry_t): improve docstring

Suggested by: danielsh

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=1139936&r1=1139935&r2=1139936&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/cache-membuffer.c (original)
+++ subversion/trunk/subversion/libsvn_subr/cache-membuffer.c Sun Jun 26 
20:35:57 2011
@@ -283,10 +283,11 @@ static svn_error_t* assert_equal_tags(co
 
 #endif /* SVN_DEBUG_CACHE_MEMBUFFER */
 
-/* A single dictionary entry. Since they are allocated statically, these
- * entries can either be in use or in used state. An entry is unused, iff
- * the offset member is NO_OFFSET. In that case, it must not be linked in
- * the list of used entries.
+/* A single dictionary entry. Since all entries will be allocated once 
+ * during cache creation, those entries might be either used or unused. 
+ * An entry is used if and only if it is contained in the doubly-linked 
+ * list of used entries. An entry is unused if and only if its OFFSET 
+ * member is NO_OFFSET.
  */
 typedef struct entry_t
 {


Reply via email to