diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2008-12-11 20:06:17 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2008-12-11 20:06:17 (GMT) |
commit | 58e4b0c979d40c69ece2e155947af7b8bc92f1bc (patch) | |
tree | b6d4524d6bc9a2e1141210492f877b9bd3587193 /src/H5Dcontig.c | |
parent | 40dac44efe5a2abc3cce34d2b08a211621bcf85c (diff) | |
download | hdf5-58e4b0c979d40c69ece2e155947af7b8bc92f1bc.zip hdf5-58e4b0c979d40c69ece2e155947af7b8bc92f1bc.tar.gz hdf5-58e4b0c979d40c69ece2e155947af7b8bc92f1bc.tar.bz2 |
[svn-r16187] Description:
Change a few more "istore" references in comments to "chunk" or "btree".
Tested on:
None, just comments
Diffstat (limited to 'src/H5Dcontig.c')
-rw-r--r-- | src/H5Dcontig.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |