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 2012/11/14 17:56:18 UTC

svn commit: r1409252 - /subversion/trunk/subversion/include/svn_client.h

Author: julianfoad
Date: Wed Nov 14 16:56:17 2012
New Revision: 1409252

URL: http://svn.apache.org/viewvc?rev=1409252&view=rev
Log:
* subversion/include/svn_client.h:
  (svn_client_diff6): Tweak the doc string: don't make it look like
    'original path' and 'modified path' are parameters.

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

Modified: subversion/trunk/subversion/include/svn_client.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_client.h?rev=1409252&r1=1409251&r2=1409252&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_client.h (original)
+++ subversion/trunk/subversion/include/svn_client.h Wed Nov 14 16:56:17 2012
@@ -2900,8 +2900,8 @@ svn_client_blame(const char *path_or_url
  * errstream.  @a path_or_url1 and @a path_or_url2 can be either
  * working-copy paths or URLs.
  *
- * If @a relative_to_dir is not @c NULL, the @a original_path and
- * @a modified_path will have the @a relative_to_dir stripped from the
+ * If @a relative_to_dir is not @c NULL, the original path and
+ * modified path will have the @a relative_to_dir stripped from the
  * front of the respective paths.  If @a relative_to_dir is @c NULL,
  * paths will not be modified.  If @a relative_to_dir is not
  * @c NULL but @a relative_to_dir is not a parent path of the target,