diff options
author | Robb Matzke <matzke@llnl.gov> | 2002-03-28 19:27:34 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 2002-03-28 19:27:34 (GMT) |
commit | cbc28bc32df556c30459dba8b1b05cd4ca5952bf (patch) | |
tree | 74a552916fd71d3b0019f341abab478229929358 /src/H5Distore.c | |
parent | fc87c2878c37efbf4181c7c6250ffdd81b88b2a1 (diff) | |
download | hdf5-cbc28bc32df556c30459dba8b1b05cd4ca5952bf.zip hdf5-cbc28bc32df556c30459dba8b1b05cd4ca5952bf.tar.gz hdf5-cbc28bc32df556c30459dba8b1b05cd4ca5952bf.tar.bz2 |
[svn-r5109] ./hdf5-devel/src/H5Fistore.c
Merge of name component length limit bugfix from 1.4 branch.
A couple of very minor typos fixed.
Diffstat (limited to 'src/H5Distore.c')
-rw-r--r-- | src/H5Distore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Distore.c b/src/H5Distore.c index ed5d351..1a9a3d6 100644 --- a/src/H5Distore.c +++ b/src/H5Distore.c @@ -1304,7 +1304,7 @@ H5F_istore_prune (H5F_t *f, size_t size) * directly into the chunk cache and should not be freed * by the caller but will be valid until it is unlocked. The * input value IDX_HINT is used to speed up cache lookups and - * it's output value should be given to H5F_rdcc_unlock(). + * it's output value should be given to H5F_istore_unlock(). * IDX_HINT is ignored if it is out of range, and if it points * to the wrong entry then we fall back to the normal search * method. |