You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2015/03/24 22:45:24 UTC

svn commit: r1668999 - /subversion/trunk/subversion/include/svn_ra.h

Author: rhuijben
Date: Tue Mar 24 21:45:23 2015
New Revision: 1668999

URL: http://svn.apache.org/r1668999
Log:
* subversion/include/svn_ra.h
  (svn_ra_get_log2): Following up on r1668883, fix comment syntax.

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

Modified: subversion/trunk/subversion/include/svn_ra.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_ra.h?rev=1668999&r1=1668998&r2=1668999&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_ra.h (original)
+++ subversion/trunk/subversion/include/svn_ra.h Tue Mar 24 21:45:23 2015
@@ -1551,7 +1551,7 @@ svn_ra_do_diff(svn_ra_session_t *session
  * revisions in which at least one of @a paths was changed (i.e., if
  * file, text or props changed; if dir, props changed or an entry
  * was added or deleted).  Each path is an <tt>const char *</tt>, relative
- * to the repository root of @ session.
+ * to the repository root of @a session.
  *
  * If @a limit is greater than zero only invoke @a receiver on the first
  * @a limit logs.