From cbc28bc32df556c30459dba8b1b05cd4ca5952bf Mon Sep 17 00:00:00 2001 From: Robb Matzke Date: Thu, 28 Mar 2002 14:27:34 -0500 Subject: [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. --- src/H5Distore.c | 2 +- src/H5Fistore.c | 2 +- 2 files changed, 2 insertions(+), 2 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. diff --git a/src/H5Fistore.c b/src/H5Fistore.c index ed5d351..1a9a3d6 100644 --- a/src/H5Fistore.c +++ b/src/H5Fistore.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. -- cgit v0.12