summaryrefslogtreecommitdiffstats
path: root/src/H5FS.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-12-19 21:27:15 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-12-19 21:27:15 (GMT)
commit0016ea927f7474e642c43a8e652033fe00dec828 (patch)
treee2b24b6a6c7587f981893636165a314b9d942ce2 /src/H5FS.c
parenteacff80a4e47433ffa9e88fea934b78284d93df8 (diff)
downloadhdf5-0016ea927f7474e642c43a8e652033fe00dec828.zip
hdf5-0016ea927f7474e642c43a8e652033fe00dec828.tar.gz
hdf5-0016ea927f7474e642c43a8e652033fe00dec828.tar.bz2
[svn-r28712] Description:
Switch v2 B-trees to use the same mechanism for setting up flush dependencies as extensible and fixed arrays. Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel (h5committest not required on this branch)
Diffstat (limited to 'src/H5FS.c')
-rw-r--r--src/H5FS.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FS.c b/src/H5FS.c
index 30ea330..bb45c75 100644
--- a/src/H5FS.c
+++ b/src/H5FS.c
@@ -1045,7 +1045,7 @@ done:
/*-------------------------------------------------------------------------
- * Function: H5FA_undepend
+ * Function: H5FS_undepend
*
* Purpose: Remove a child flush dependency between the free space
* manager's and another piece of metadata in the file.