Skip to content

Commit

Permalink
Fix typo: arange->arrange in src/H5Cmpio.c. (#3597)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee authored Sep 26, 2023
1 parent 08b574d commit b772aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5Cmpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b772aee

Please sign in to comment.