From 5f27bc8688332360dabff4f140a6777adfdf9bc4 Mon Sep 17 00:00:00 2001 From: "H. Joe Lee" Date: Thu, 28 Sep 2023 19:36:14 -0500 Subject: Fix grammar (#3614) --- src/H5FDmpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5FDmpio.c b/src/H5FDmpio.c index 1210f4f..f571122 100644 --- a/src/H5FDmpio.c +++ b/src/H5FDmpio.c @@ -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; -- cgit v0.12