Author: dannas
Date: Wed Jul 21 14:10:13 2010
New Revision: 966228

URL: http://svn.apache.org/viewvc?rev=966228&view=rev
Log:
* subversion/libsvn_client/patch.c
  (target_content_info_t): Add doc string.

Modified:
    subversion/trunk/subversion/libsvn_client/patch.c

Modified: subversion/trunk/subversion/libsvn_client/patch.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/patch.c?rev=966228&r1=966227&r2=966228&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/patch.c (original)
+++ subversion/trunk/subversion/libsvn_client/patch.c Wed Jul 21 14:10:13 2010
@@ -65,6 +65,8 @@ typedef struct hunk_info_t {
   int fuzz;
 } hunk_info_t;
 
+/* A struct carrying the information related to the content of a target, be it
+ * a property or the the text of a file. */
 typedef struct target_content_info_t {
   /* A stream to read lines form the target file. This is NULL in case
    * the target file did not exist prior to patch application. */


Reply via email to