From 58e4b0c979d40c69ece2e155947af7b8bc92f1bc Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Thu, 11 Dec 2008 15:06:17 -0500 Subject: [svn-r16187] Description: Change a few more "istore" references in comments to "chunk" or "btree". Tested on: None, just comments --- src/H5Dcompact.c | 2 +- src/H5Dcontig.c | 2 +- src/H5Olayout.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/H5Dcompact.c b/src/H5Dcompact.c index c48dee4..00471d6 100644 --- a/src/H5Dcompact.c +++ b/src/H5Dcompact.c @@ -18,7 +18,7 @@ * August 5, 2002 * * Purpose: Compact dataset I/O functions. These routines are similar - * H5D_contig_* and H5D_istore_*. + * H5D_contig_* and H5D_chunk_*. */ /****************/ diff --git a/src/H5Dcontig.c b/src/H5Dcontig.c index de79203..6aafbcf 100644 --- a/src/H5Dcontig.c +++ b/src/H5Dcontig.c @@ -19,7 +19,7 @@ * * Purpose: * Contiguous dataset I/O functions. These routines are similar to - * the H5D_istore_* routines and really only an abstract way of dealing + * the H5D_chunk_* routines and really only an abstract way of dealing * with the data sieve buffer from H5F_seq_read/write. */ diff --git a/src/H5Olayout.c b/src/H5Olayout.c index c54fbe1..f2b6b30 100644 --- a/src/H5Olayout.c +++ b/src/H5Olayout.c @@ -150,7 +150,7 @@ H5O_layout_decode(H5F_t *f, hid_t UNUSED dxpl_id, unsigned UNUSED mesg_flags, mesg->ops = H5D_LOPS_CHUNK; /* Set the chunk operations */ - /* (Only "istore" indexing type currently supported */ + /* (Only "btree" indexing type currently supported */ mesg->u.chunk.ops = H5D_COPS_BTREE; } /* end if */ else { @@ -239,7 +239,7 @@ H5O_layout_decode(H5F_t *f, hid_t UNUSED dxpl_id, unsigned UNUSED mesg_flags, mesg->ops = H5D_LOPS_CHUNK; /* Set the chunk operations */ - /* (Only "istore" indexing type currently supported */ + /* (Only "btree" indexing type currently supported */ mesg->u.chunk.ops = H5D_COPS_BTREE; break; -- cgit v0.12