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 2011/10/19 16:39:38 UTC

svn commit: r1186243 - /subversion/trunk/subversion/libsvn_client/mergeinfo.h

Author: julianfoad
Date: Wed Oct 19 14:39:38 2011
New Revision: 1186243

URL: http://svn.apache.org/viewvc?rev=1186243&view=rev
Log:
* subversion/libsvn_client/mergeinfo.h
  (svn_client__parse_mergeinfo): Tiny doc string clarification.

Modified:
    subversion/trunk/subversion/libsvn_client/mergeinfo.h

Modified: subversion/trunk/subversion/libsvn_client/mergeinfo.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/mergeinfo.h?rev=1186243&r1=1186242&r2=1186243&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/mergeinfo.h (original)
+++ subversion/trunk/subversion/libsvn_client/mergeinfo.h Wed Oct 19 14:39:38 2011
@@ -287,7 +287,7 @@ svn_client__get_history_as_mergeinfo(svn
                                      apr_pool_t *pool);
 
 /* Parse any explicit mergeinfo on LOCAL_ABSPATH and store it in
-   MERGEINFO.  If no record of any mergeinfo exists, set MERGEINFO to NULL.
+   *MERGEINFO.  If no record of any mergeinfo exists, set *MERGEINFO to NULL.
    Does not acount for inherited mergeinfo. */
 svn_error_t *
 svn_client__parse_mergeinfo(svn_mergeinfo_t *mergeinfo,