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 2016/02/22 16:14:58 UTC

svn commit: r1731658 - /subversion/trunk/subversion/libsvn_repos/log.c

Author: stefan2
Date: Mon Feb 22 15:14:58 2016
New Revision: 1731658

URL: http://svn.apache.org/viewvc?rev=1731658&view=rev
Log:
* subversion/libsvn_repos/log.c
  (interesting_merge,
   log4_path_change_receiver): Fix API name references in docstrings.
                               No functional change.

Modified:
    subversion/trunk/subversion/libsvn_repos/log.c

Modified: subversion/trunk/subversion/libsvn_repos/log.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_repos/log.c?rev=1731658&r1=1731657&r2=1731658&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_repos/log.c (original)
+++ subversion/trunk/subversion/libsvn_repos/log.c Mon Feb 22 15:14:58 2016
@@ -1176,7 +1176,7 @@ typedef struct interesting_merge_baton_t
   void *inner_baton;
 } interesting_merge_baton_t;
 
-/* Implements svn_repos__path_change_receiver_t. 
+/* Implements svn_repos_path_change_receiver_t. 
  * *BATON is a interesting_merge_baton_t.
  *
  * If BATON->REV a merged revision that is not already part of
@@ -2447,7 +2447,7 @@ path_change_kind_to_char(svn_fs_path_cha
   return symbol[kind];
 }
 
-/* Implement svn_repos__path_change_receiver_t.
+/* Implement svn_repos_path_change_receiver_t.
  * Convert CHANGE and add it to the CHANGES list in *BATON. */
 static svn_error_t *
 log4_path_change_receiver(void *baton,