mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-01 16:28:09 +08:00
Fix typo: arange->arrange in src/H5Cmpio.c. (#3597)
This commit is contained in:
parent
08b574d68b
commit
b772aeeff5
@ -83,7 +83,7 @@ static herr_t H5C__flush_candidates_in_ring(H5F_t *f, H5C_ring_t ring, unsigned
|
||||
* system by increasing the number of processes writing to
|
||||
* adjacent locations in the HDF5 file.
|
||||
*
|
||||
* To attempt to minimize this, we now arange matters such
|
||||
* To attempt to minimize this, we now arrange matters such
|
||||
* that each process writes n adjacent entries in the
|
||||
* candidate list, and marks all others clean. We must do
|
||||
* this in such a fashion as to guarantee that each entry
|
||||
|
Loading…
Reference in New Issue
Block a user