diff options
author | H. Joe Lee <hyoklee@hdfgroup.org> | 2023-09-26 13:47:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-26 13:47:55 (GMT) |
commit | b772aeeff5d3a43c3af7a8984b68810bef989237 (patch) | |
tree | 9963eb070c29dc2568245ef0ebe98d94a51c71ee /src | |
parent | 08b574d68bcc97a57e5844ec1fb825b81e87188c (diff) | |
download | hdf5-b772aeeff5d3a43c3af7a8984b68810bef989237.zip hdf5-b772aeeff5d3a43c3af7a8984b68810bef989237.tar.gz hdf5-b772aeeff5d3a43c3af7a8984b68810bef989237.tar.bz2 |
Fix typo: arange->arrange in src/H5Cmpio.c. (#3597)
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Cmpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Cmpio.c b/src/H5Cmpio.c index e5f65cf..d7bf5b1 100644 --- a/src/H5Cmpio.c +++ b/src/H5Cmpio.c @@ -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 |