Skip to content

Commit

Permalink
Fix grammar (#3614)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Sep 29, 2023
1 parent 55c6609 commit 5f27bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5FDmpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -2694,7 +2694,7 @@ H5FD__mpio_write_vector(H5FD_t *_file, hid_t H5_ATTR_UNUSED dxpl_id, uint32_t co
*/
file->eof = HADDR_UNDEF;

/* check to see if the local eof has changed been extended, and update if so */
/* check to see if the local eof has been extended, and update if so */
if (max_addr > file->local_eof)
file->local_eof = max_addr;

Expand Down

0 comments on commit 5f27bc8

Please sign in to comment.