Author: stefan2
Date: Sat Jan 17 20:58:41 2015
New Revision: 1652676
URL: http://svn.apache.org/r1652676
Log:
* subversion/libsvn_fs_x/dag.h
(svn_fs_x__dag_txn_root): Sync header with implementation.
Modified:
subversion/trunk/subversion/libsvn_fs_x/dag.h
Modified: subversion/trunk/subversion/libsvn_fs_x/dag.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_x/dag.h?rev=1652676&r1=1652675&r2=1652676&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_x/dag.h (original)
+++ subversion/trunk/subversion/libsvn_fs_x/dag.h Sat Jan 17 20:58:41 2015
@@ -261,7 +261,7 @@ svn_fs_x__dag_revision_root(dag_node_t *
/* Set *NODE_P to the root of transaction TXN_ID in FS, allocating
- from POOL.
+ from RESULT_POOL.
Note that the root node of TXN_ID is not necessarily mutable. If
no changes have been made in the transaction, then it may share its
@@ -271,7 +271,7 @@ svn_error_t *
svn_fs_x__dag_txn_root(dag_node_t **node_p,
svn_fs_t *fs,
svn_fs_x__txn_id_t txn_id,
- apr_pool_t *pool);
+ apr_pool_t *result_pool);
/* Set *NODE_P to the base root of transaction TXN_ID in FS,