summaryrefslogtreecommitdiffstats
path: root/src/H5Gdense.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-11-14 02:22:44 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-11-14 02:22:44 (GMT)
commited505ff5fa2c80071880472f7135cdc8ebdb96b7 (patch)
treeb27987d1831e922c5dd58d350cb8087b5bafa486 /src/H5Gdense.c
parent65f2fdd4472576dcea6e74b89d7089bf479d47ec (diff)
downloadhdf5-ed505ff5fa2c80071880472f7135cdc8ebdb96b7.zip
hdf5-ed505ff5fa2c80071880472f7135cdc8ebdb96b7.tar.gz
hdf5-ed505ff5fa2c80071880472f7135cdc8ebdb96b7.tar.bz2
[svn-r17888] Description:
Bring r17887 from trunk to 1.8 branch: Convert dense attribute storage to use refactored v2 B-tree routines. Also fix some minor typos in the dense group handling code. Tested on: FreeBSD/32 6.3 (duty) in debug mode (h5commitested on trunk)
Diffstat (limited to 'src/H5Gdense.c')
-rw-r--r--src/H5Gdense.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Gdense.c b/src/H5Gdense.c
index 5e02174..7dea804 100644
--- a/src/H5Gdense.c
+++ b/src/H5Gdense.c
@@ -458,7 +458,7 @@ HDfprintf(stderr, "%s: HDstrlen(lnk->name) = %Zu, link_size = %Zu\n", FUNC, HDst
/* Check if we should create a creation order index v2 B-tree record */
if(linfo->index_corder) {
- /* Open the name index v2 B-tree */
+ /* Open the creation order index v2 B-tree */
HDassert(H5F_addr_defined(linfo->corder_bt2_addr));
if(NULL == (bt2_corder = H5B2_open(f, dxpl_id, linfo->corder_bt2_addr)))
HGOTO_ERROR(H5E_SYM, H5E_CANTOPENOBJ, FAIL, "unable to open v2 B-tree for creation order index")