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 2018/11/21 16:14:09 UTC

svn commit: r1847122 - /subversion/trunk/subversion/libsvn_fs_x/dag_cache.c

Author: julianfoad
Date: Wed Nov 21 16:14:09 2018
New Revision: 1847122

URL: http://svn.apache.org/viewvc?rev=1847122&view=rev
Log:
* subversion/libsvn_fs_x/dag_cache.c
  (make_parent_path): Fix a doc-string error.

Modified:
    subversion/trunk/subversion/libsvn_fs_x/dag_cache.c

Modified: subversion/trunk/subversion/libsvn_fs_x/dag_cache.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_x/dag_cache.c?rev=1847122&r1=1847121&r2=1847122&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_x/dag_cache.c (original)
+++ subversion/trunk/subversion/libsvn_fs_x/dag_cache.c Wed Nov 21 16:14:09 2018
@@ -833,7 +833,7 @@ get_copy_inheritance(svn_fs_x__copy_id_i
 }
 
 /* Allocate a new svn_fs_x__dag_path_t node from RESULT_POOL, containing
-   NODE, ENTRY and PARENT, all copied into RESULT_POOL as well.  */
+   NODE, ENTRY and PARENT; NODE and ENTRY are copied into RESULT_POOL.  */
 static svn_fs_x__dag_path_t *
 make_parent_path(dag_node_t *node,
                  const svn_stringbuf_t *entry,