summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorH. Joe Lee <hyoklee@hdfgroup.org>2023-09-27 17:39:17 (GMT)
committerGitHub <noreply@github.com>2023-09-27 17:39:17 (GMT)
commite7360391fd958296f596f5c8397ba53064219ca0 (patch)
treeff082a2ea7227ac8f31af9d11802ddf4433c7446 /src
parentf4ccfd014b7a306ff71cea08fa3a318e656bf75f (diff)
downloadhdf5-e7360391fd958296f596f5c8397ba53064219ca0.zip
hdf5-e7360391fd958296f596f5c8397ba53064219ca0.tar.gz
hdf5-e7360391fd958296f596f5c8397ba53064219ca0.tar.bz2
Fix typos (#3609)
Diffstat (limited to 'src')
-rw-r--r--src/H5FDmpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDmpio.c b/src/H5FDmpio.c
index d0eb2c6..1210f4f 100644
--- a/src/H5FDmpio.c
+++ b/src/H5FDmpio.c
@@ -3744,7 +3744,7 @@ H5FD__mpio_truncate(H5FD_t *_file, hid_t H5_ATTR_UNUSED dxpl_id, bool H5_ATTR_UN
/* In principle, it is possible for the size returned by the
* call to MPI_File_get_size() to depend on whether writes from
- * all proceeses have completed at the time process 0 makes the
+ * all processes have completed at the time process 0 makes the
* call.
*
* In practice, most (all?) truncate calls will come after a barrier