Author: stsp
Date: Tue Jul 6 11:36:31 2010
New Revision: 960877
URL: http://svn.apache.org/viewvc?rev=960877&view=rev
Log:
* subversion/libsvn_client/patch.c
(resolve_target_path): Don't describe implementation detail in docstring.
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=960877&r1=960876&r2=960877&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/patch.c (original)
+++ subversion/trunk/subversion/libsvn_client/patch.c Tue Jul 6 11:36:31 2010
@@ -282,7 +282,7 @@ resolve_target_wc_file_info(svn_wc_conte
* STRIP_COUNT specifies the number of leading path components
* which should be stripped from target paths in the patch.
* If the path is not skipped also obtain eol-style and keywords
- * information by calling resolve_target_wc_info() on TARGET.
+ * information and store this in *TARGET.
* Use RESULT_POOL for allocations of fields in TARGET.
* Use SCRATCH_POOL for all other allocations. */
static svn_error_t *