summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>2002-03-28 19:27:34 (GMT)
committerRobb Matzke <matzke@llnl.gov>2002-03-28 19:27:34 (GMT)
commitcbc28bc32df556c30459dba8b1b05cd4ca5952bf (patch)
tree74a552916fd71d3b0019f341abab478229929358 /src
parentfc87c2878c37efbf4181c7c6250ffdd81b88b2a1 (diff)
downloadhdf5-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')
-rw-r--r--src/H5Distore.c2
-rw-r--r--src/H5Fistore.c2
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.