summaryrefslogtreecommitdiff
path: root/subversion/libsvn_fs_x/dag_cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'subversion/libsvn_fs_x/dag_cache.c')
-rw-r--r--subversion/libsvn_fs_x/dag_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/subversion/libsvn_fs_x/dag_cache.c b/subversion/libsvn_fs_x/dag_cache.c
index 896c56f..a8a3e7a 100644
--- a/subversion/libsvn_fs_x/dag_cache.c
+++ b/subversion/libsvn_fs_x/dag_cache.c
@@ -833,7 +833,7 @@ get_copy_inheritance(svn_fs_x__copy_id_inherit_t *inherit_p,
}
/* 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,