Fix grammar (#3614)

This commit is contained in:
H. Joe Lee 2023-09-28 19:36:14 -05:00 committed by GitHub
parent 55c6609127
commit 5f27bc8688
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;