summaryrefslogtreecommitdiffstats
path: root/testpar/t_cache_image.c
diff options
context:
space:
mode:
authorH. Joe Lee <hyoklee@hdfgroup.org>2023-07-24 19:44:02 (GMT)
committerGitHub <noreply@github.com>2023-07-24 19:44:02 (GMT)
commite0083c48e90beb5b56bf93eccdbfa89baa79750a (patch)
treec055e8136aba45d0864a1d417025ca15727d4845 /testpar/t_cache_image.c
parent8853687933073ae0edb8ca586a01db80cf3c9d6c (diff)
downloadhdf5-e0083c48e90beb5b56bf93eccdbfa89baa79750a.zip
hdf5-e0083c48e90beb5b56bf93eccdbfa89baa79750a.tar.gz
hdf5-e0083c48e90beb5b56bf93eccdbfa89baa79750a.tar.bz2
chore: fix grammar - get hang -> get hung (#3272)
Diffstat (limited to 'testpar/t_cache_image.c')
-rw-r--r--testpar/t_cache_image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_cache_image.c b/testpar/t_cache_image.c
index dd7125e..f1f6f5d 100644
--- a/testpar/t_cache_image.c
+++ b/testpar/t_cache_image.c
@@ -3523,7 +3523,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)