summaryrefslogtreecommitdiffstats
path: root/src/H5Dcontig.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2008-12-11 20:08:15 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2008-12-11 20:08:15 (GMT)
commitf4cf17d0d7947a23a2b03e10ab1dda2ae1924e84 (patch)
treefc3b14ed258f37d8bdb58cf293687f91c1f4afdb /src/H5Dcontig.c
parent796f5a9f4c889296d8bae1913c7e86107755100b (diff)
downloadhdf5-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/H5Dcontig.c')
-rw-r--r--src/H5Dcontig.c2
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.
*/