mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
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:
parent
f859cb732b
commit
40a23b67ea
@ -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
|
* Finally, we usually don't check to see if the cache is
|
||||||
* oversized at the end of an unprotect. As a result, it is
|
* oversized at the end of an unprotect. As a result, it is
|
||||||
* possible to have a vastly oversized cache with no protected
|
* 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
|
* Since items 1 and 2 are not changing any time soon, I see
|
||||||
* no point in worrying about the third.
|
* 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
|
* Finally, we usually don't check to see if the cache is
|
||||||
* oversized at the end of an unprotect. As a result, it is
|
* oversized at the end of an unprotect. As a result, it is
|
||||||
* possible to have a vastly oversized cache with no protected
|
* 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
|
* Since items 1, 2, and 3 are not changing any time soon, I
|
||||||
* see no point in worrying about the fourth.
|
* see no point in worrying about the fourth.
|
||||||
|
Loading…
Reference in New Issue
Block a user