Author: stsp
Date: Tue Jul  2 09:37:01 2013
New Revision: 1498854

URL: http://svn.apache.org/r1498854
Log:
* subversion/libsvn_wc/info.c
  (found_entry_baton): The 'tree_conflicts' hash uses empty strings as values,
   not conflict description structures. Fix docstring accordingly.

Modified:
    subversion/trunk/subversion/libsvn_wc/info.c

Modified: subversion/trunk/subversion/libsvn_wc/info.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/info.c?rev=1498854&r1=1498853&r2=1498854&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/info.c (original)
+++ subversion/trunk/subversion/libsvn_wc/info.c Tue Jul  2 09:37:01 2013
@@ -379,7 +379,7 @@ struct found_entry_baton
   svn_boolean_t actual_only;
   svn_boolean_t first;
   /* The set of tree conflicts that have been found but not (yet) visited by
-   * the tree walker.  Map of abspath -> svn_wc_conflict_description2_t. */
+   * the tree walker.  Map of abspath -> empty string. */
   apr_hash_t *tree_conflicts;
   apr_pool_t *pool;
 };


Reply via email to