You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2011/01/11 18:52:25 UTC

svn commit: r1057770 - /subversion/trunk/subversion/libsvn_client/patch.c

Author: stsp
Date: Tue Jan 11 17:52:25 2011
New Revision: 1057770

URL: http://svn.apache.org/viewvc?rev=1057770&view=rev
Log:
* subversion/libsvn_client/patch.c
  (init_prop_target): Fix typo in 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=1057770&r1=1057769&r2=1057770&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/patch.c (original)
+++ subversion/trunk/subversion/libsvn_client/patch.c Tue Jan 11 17:52:25 2011
@@ -483,7 +483,7 @@ init_prop_target(prop_patch_target_t **p
 
   content_info = apr_pcalloc(result_pool, sizeof(*content_info));
 
-  /* All other fields in are FALSE or NULL due to apr_pcalloc().*/
+  /* All other fields are FALSE or NULL due to apr_pcalloc(). */
   content_info->current_line = 1;
   content_info->eol_style = svn_subst_eol_style_none;
   content_info->lines = apr_array_make(result_pool, 0,