summaryrefslogtreecommitdiffstats
path: root/src/H5Dcompact.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/H5Dcompact.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/H5Dcompact.c')
-rw-r--r--src/H5Dcompact.c2
1 files changed, 1 insertions, 1 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_*.
*/
/****************/