summaryrefslogtreecommitdiffstats
path: root/src/H5FStest.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-10-06 19:20:59 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-10-06 19:20:59 (GMT)
commitba0858ab7a76ab13ab05ae48c02720c03cf456e2 (patch)
tree76658f40987a8e06d538cf614d05157e1ee2e42b /src/H5FStest.c
parentb733be9eec813b3218de9adacd43d86b77105c93 (diff)
downloadhdf5-ba0858ab7a76ab13ab05ae48c02720c03cf456e2.zip
hdf5-ba0858ab7a76ab13ab05ae48c02720c03cf456e2.tar.gz
hdf5-ba0858ab7a76ab13ab05ae48c02720c03cf456e2.tar.bz2
[svn-r17600] Description:
Bring r17599 from trunk to 1.8 branch: Minor code cleanups, based on cleanups in the compress_group_fheap branch. Tested on: FreeBSD/32 6.3 (duty) in debug mode (h5committested on trunk)
Diffstat (limited to 'src/H5FStest.c')
-rw-r--r--src/H5FStest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5FStest.c b/src/H5FStest.c
index 719e553..af9eaec 100644
--- a/src/H5FStest.c
+++ b/src/H5FStest.c
@@ -69,7 +69,7 @@
/*-------------------------------------------------------------------------
- * Function: H5HF_get_cparam_test
+ * Function: H5FS_get_cparam_test
*
* Purpose: Retrieve the parameters used to create the free-space manager
*
@@ -101,7 +101,7 @@ H5FS_get_cparam_test(const H5FS_t *frsp, H5FS_create_t *cparam)
} /* H5FS_get_cparam_test() */
/*-------------------------------------------------------------------------
- * Function: H5HF_cmp_cparam_test
+ * Function: H5FS_cmp_cparam_test
*
* Purpose: Compare the parameters used to create the fractal heap
*