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/11 11:54:12 UTC

svn commit: r1181676 - /subversion/trunk/subversion/include/private/svn_wc_private.h

Author: julianfoad
Date: Tue Oct 11 09:54:11 2011
New Revision: 1181676

URL: http://svn.apache.org/viewvc?rev=1181676&view=rev
Log:
* subversion/include/private/svn_wc_private.h
  (svn_wc__node_get_children): Fix a doc string cross-reference. A follow-up
    to r1081464.

Modified:
    subversion/trunk/subversion/include/private/svn_wc_private.h

Modified: subversion/trunk/subversion/include/private/svn_wc_private.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/private/svn_wc_private.h?rev=1181676&r1=1181675&r2=1181676&view=diff
==============================================================================
--- subversion/trunk/subversion/include/private/svn_wc_private.h (original)
+++ subversion/trunk/subversion/include/private/svn_wc_private.h Tue Oct 11 09:54:11 2011
@@ -339,10 +339,10 @@ svn_wc__node_get_children_of_working_nod
                                           apr_pool_t *scratch_pool);
 
 /**
- * Like svn_wc__node_get_children2(), except also include any path that was
- * a child of a deleted directory that existed at @a dir_abspath, even if
- * that directory is now scheduled to be replaced by the working node at
- * @a dir_abspath.
+ * Like svn_wc__node_get_children_of_working_node(), except also include any
+ * path that was a child of a deleted directory that existed at
+ * @a dir_abspath, even if that directory is now scheduled to be replaced by
+ * the working node at @a dir_abspath.
  */
 svn_error_t *
 svn_wc__node_get_children(const apr_array_header_t **children,