Author: stsp
Date: Wed Oct 17 12:10:10 2012
New Revision: 1399193
URL: http://svn.apache.org/viewvc?rev=1399193&view=rev
Log:
* subversion/libsvn_wc/wc_db.h
(svn_wc__db_info_t): Fix inaccurate comment.
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=1399193&r1=1399192&r2=1399193&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc_db.h (original)
+++ subversion/trunk/subversion/libsvn_wc/wc_db.h Wed Oct 17 12:10:10 2012
@@ -1929,7 +1929,7 @@ struct svn_wc__db_info_t {
svn_boolean_t incomplete; /* TRUE if a working node is incomplete */
const char *moved_to_abspath; /* Only on op-roots. See svn_wc_status3_t. */
- svn_boolean_t moved_here; /* On both op-roots and children. */
+ svn_boolean_t moved_here; /* Only on op-roots. */
svn_boolean_t file_external;
};