Correct spelling correction of preceed incorrectly to proceed. Should (#1268)

* Correct spelling correction of 'preceed' incorrectly to 'proceed'.  It should be 'precede'.
This commit is contained in:
Larry Knox 2021-12-07 15:07:15 -06:00 committed by GitHub
parent f859cb732b
commit 40a23b67ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.