You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2010/06/13 17:46:37 UTC

svn commit: r954245 - /subversion/trunk/subversion/libsvn_wc/wc_db.h

Author: cmpilato
Date: Sun Jun 13 15:46:36 2010
New Revision: 954245

URL: http://svn.apache.org/viewvc?rev=954245&view=rev
Log:
Fix a docstring.

* subversion/libsvn_wc/wc_db.h
  (svn_wc__db_op_read_all_tree_conflicts): Note that the returned hash is
    keyed on basenames, not local abspaths.

Modified:
    subversion/trunk/subversion/libsvn_wc/wc_db.h

Modified: subversion/trunk/subversion/libsvn_wc/wc_db.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc_db.h?rev=954245&r1=954244&r2=954245&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc_db.h (original)
+++ subversion/trunk/subversion/libsvn_wc/wc_db.h Sun Jun 13 15:46:36 2010
@@ -1241,7 +1241,7 @@ svn_wc__db_op_revert(svn_wc__db_t *db,
 
 /* Return a hash @a *tree_conflicts of all the children of @a
  * local_abspath that are in tree conflicts.  The hash maps local
- * abspaths to pointers to svn_wc_conflict_description2_t, all
+ * basenames to pointers to svn_wc_conflict_description2_t, all
  * allocated in result pool.
  */
 svn_error_t *