diff options
author | H. Joe Lee <hyoklee@hdfgroup.org> | 2023-07-24 19:44:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-24 19:44:02 (GMT) |
commit | e0083c48e90beb5b56bf93eccdbfa89baa79750a (patch) | |
tree | c055e8136aba45d0864a1d417025ca15727d4845 /testpar/API/testphdf5.c | |
parent | 8853687933073ae0edb8ca586a01db80cf3c9d6c (diff) | |
download | hdf5-e0083c48e90beb5b56bf93eccdbfa89baa79750a.zip hdf5-e0083c48e90beb5b56bf93eccdbfa89baa79750a.tar.gz hdf5-e0083c48e90beb5b56bf93eccdbfa89baa79750a.tar.bz2 |
chore: fix grammar - get hang -> get hung (#3272)
Diffstat (limited to 'testpar/API/testphdf5.c')
-rw-r--r-- | testpar/API/testphdf5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/API/testphdf5.c b/testpar/API/testphdf5.c index 9469c12..049e61c 100644 --- a/testpar/API/testphdf5.c +++ b/testpar/API/testphdf5.c @@ -341,7 +341,7 @@ main(int argc, char **argv) /* Attempt to turn off atexit post processing so that in case errors * happen during the test and the process is aborted, it will not get - * hang in the atexit post processing in which it may try to make MPI + * hung in the atexit post processing in which it may try to make MPI * calls. By then, MPI calls may not work. */ if (H5dont_atexit() < 0) { |