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 2011/05/10 16:32:27 UTC

svn commit: r1101475 - /subversion/trunk/subversion/libsvn_client/status.c

Author: rhuijben
Date: Tue May 10 14:32:27 2011
New Revision: 1101475

URL: http://svn.apache.org/viewvc?rev=1101475&view=rev
Log:
* subversion/libsvn_client/status.c
  (reporter_link_path): Fix relevant name of function in comment.

Modified:
    subversion/trunk/subversion/libsvn_client/status.c

Modified: subversion/trunk/subversion/libsvn_client/status.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/status.c?rev=1101475&r1=1101474&r2=1101475&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/status.c (original)
+++ subversion/trunk/subversion/libsvn_client/status.c Tue May 10 14:32:27 2011
@@ -172,7 +172,7 @@ reporter_link_path(void *report_baton, c
       ancestor = svn_uri_get_longest_ancestor(url, rb->ancestor, pool);
 
       /* If we got a shorter ancestor, truncate our current ancestor.
-         Note that svn_dirent_get_longest_ancestor will allocate its return
+         Note that svn_uri_get_longest_ancestor will allocate its return
          value even if it identical to one of its arguments. */
 
       rb->ancestor[strlen(ancestor)] = '\0';