diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2021-12-07 21:07:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 21:07:15 (GMT) |
commit | 40a23b67eaddae2da87ce2c69d2d267168dcc0a8 (patch) | |
tree | aae9189a1a135c729a30663643aae23b15f32f0d /src/H5C.c | |
parent | f859cb732bd614a08189f3e133076a254035a667 (diff) | |
download | hdf5-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/H5C.c')
-rw-r--r-- | src/H5C.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |