You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2010/02/26 17:34:21 UTC

svn commit: r916744 - /subversion/trunk/subversion/include/svn_wc.h

Author: julianfoad
Date: Fri Feb 26 16:34:21 2010
New Revision: 916744

URL: http://svn.apache.org/viewvc?rev=916744&view=rev
Log:
* subversion/include/svn_wc.h
  (svn_wc_status2_t): Clarify doc string of the 'text_status' field.

Modified:
    subversion/trunk/subversion/include/svn_wc.h

Modified: subversion/trunk/subversion/include/svn_wc.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_wc.h?rev=916744&r1=916743&r2=916744&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_wc.h (original)
+++ subversion/trunk/subversion/include/svn_wc.h Fri Feb 26 16:34:21 2010
@@ -3521,10 +3521,10 @@
   /** Can be @c NULL if not under version control. */
   const svn_wc_entry_t *entry;
 
-  /** The status of the entries text. */
+  /** The status of the entry itself, including its text if it is a file. */
   enum svn_wc_status_kind text_status;
 
-  /** The status of the entries properties. */
+  /** The status of the entry's properties. */
   enum svn_wc_status_kind prop_status;
 
   /** a directory can be 'locked' if a working copy update was interrupted. */