chore: fix grammar - get hang -> get hung (#3272)

This commit is contained in:
H. Joe Lee
2023-07-24 14:44:02 -05:00
committed by GitHub
parent 8853687933
commit e0083c48e9
8 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -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)