Author: stsp
Date: Fri May 21 13:08:18 2010
New Revision: 946994

URL: http://svn.apache.org/viewvc?rev=946994&view=rev
Log:
* subversion/libsvn_client/patch.c
  (patch_target_info_t): Tweak comment.

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=946994&r1=946993&r2=946994&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/patch.c (original)
+++ subversion/trunk/subversion/libsvn_client/patch.c Fri May 21 13:08:18 2010
@@ -169,7 +169,7 @@ typedef struct {
 
 /* A smaller struct containing a subset of patch_target_t.
  * Carries the minimal amount of information we still need for a
- * target after we're done patching it. Helps saving some memory. */
+ * target after we're done patching it so we can free other resources. */
 typedef struct {
   const char *local_abspath;
   svn_boolean_t deleted;


Reply via email to