diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-04-07 19:16:25 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-04-07 19:16:25 (GMT) |
commit | 4662835250ea71afff2ccffac5e5311a215229b7 (patch) | |
tree | 3ad71f992eb3079a2a8a8ec2b9bd5331ff92d500 /src/H5Dbtree.c | |
parent | dd32c639c6ac8b688ae2a3cefdf7f1e42de770cc (diff) | |
download | hdf5-4662835250ea71afff2ccffac5e5311a215229b7.zip hdf5-4662835250ea71afff2ccffac5e5311a215229b7.tar.gz hdf5-4662835250ea71afff2ccffac5e5311a215229b7.tar.bz2 |
[svn-r26757] Description:
Minor typos & code cleanups
Tested on:
MacOSX/64 10.10.2 (amazon) w/serial & parallel
(Too minor to require h5committest)
Diffstat (limited to 'src/H5Dbtree.c')
-rw-r--r-- | src/H5Dbtree.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5Dbtree.c b/src/H5Dbtree.c index 35c2afa..75080f7 100644 --- a/src/H5Dbtree.c +++ b/src/H5Dbtree.c @@ -926,8 +926,7 @@ H5D__btree_idx_is_space_alloc(const H5O_storage_chunk_t *storage) /*------------------------------------------------------------------------- * Function: H5D__btree_idx_insert * - * Purpose: Create the chunk it if it doesn't exist, or reallocate the - * chunk if its size changed. + * Purpose: Insert chunk entry into the indexing structure. * * Return: Non-negative on success/Negative on failure * |