diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2008-12-11 20:08:15 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2008-12-11 20:08:15 (GMT) |
commit | f4cf17d0d7947a23a2b03e10ab1dda2ae1924e84 (patch) | |
tree | fc3b14ed258f37d8bdb58cf293687f91c1f4afdb /src/H5Olayout.c | |
parent | 796f5a9f4c889296d8bae1913c7e86107755100b (diff) | |
download | hdf5-f4cf17d0d7947a23a2b03e10ab1dda2ae1924e84.zip hdf5-f4cf17d0d7947a23a2b03e10ab1dda2ae1924e84.tar.gz hdf5-f4cf17d0d7947a23a2b03e10ab1dda2ae1924e84.tar.bz2 |
[svn-r16188] Description:
Bring r16187 back from trunk:
Change a few more "istore" references in comments to "chunk" or "btree".
Tested on:
None, just comments
Diffstat (limited to 'src/H5Olayout.c')
-rw-r--r-- | src/H5Olayout.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |