summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2021-12-07 21:07:15 (GMT)
committerGitHub <noreply@github.com>2021-12-07 21:07:15 (GMT)
commit40a23b67eaddae2da87ce2c69d2d267168dcc0a8 (patch)
treeaae9189a1a135c729a30663643aae23b15f32f0d /src
parentf859cb732bd614a08189f3e133076a254035a667 (diff)
downloadhdf5-40a23b67eaddae2da87ce2c69d2d267168dcc0a8.zip
hdf5-40a23b67eaddae2da87ce2c69d2d267168dcc0a8.tar.gz
hdf5-40a23b67eaddae2da87ce2c69d2d267168dcc0a8.tar.bz2
Correct spelling correction of preceed incorrectly to proceed. Should (#1268)
* Correct spelling correction of 'preceed' incorrectly to 'proceed'. It should be 'precede'.
Diffstat (limited to 'src')
-rw-r--r--src/H5C.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5C.c b/src/H5C.c
index 09c19ce..d34c650 100644
--- a/src/H5C.c
+++ b/src/H5C.c
@@ -1484,7 +1484,7 @@ H5C_insert_entry(H5F_t *f, const H5C_class_t *type, haddr_t addr, void *thing, u
* Finally, we usually don't check to see if the cache is
* oversized at the end of an unprotect. As a result, it is
* possible to have a vastly oversized cache with no protected
- * entries as long as all the protects proceed the unprotects.
+ * entries as long as all the protects precede the unprotects.
*
* Since items 1 and 2 are not changing any time soon, I see
* no point in worrying about the third.
@@ -2444,7 +2444,7 @@ H5C_protect(H5F_t *f, const H5C_class_t *type, haddr_t addr, void *udata, unsign
* Finally, we usually don't check to see if the cache is
* oversized at the end of an unprotect. As a result, it is
* possible to have a vastly oversized cache with no protected
- * entries as long as all the protects proceed the unprotects.
+ * entries as long as all the protects precede the unprotects.
*
* Since items 1, 2, and 3 are not changing any time soon, I
* see no point in worrying about the fourth.