summaryrefslogtreecommitdiffstats
path: root/test/ttsafe_rec_rw_lock.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-10-04 09:55:15 (GMT)
committerGitHub <noreply@github.com>2023-10-04 09:55:15 (GMT)
commit069688c3faf01607a9a7a1ddb8f26961d8b993a7 (patch)
treea6a8141136a17ab8ae0a62a9d8b60ea5fcea5ab1 /test/ttsafe_rec_rw_lock.c
parentc423e74fbfbfe84497210e5b15db20bee8c84c3c (diff)
downloadhdf5-069688c3faf01607a9a7a1ddb8f26961d8b993a7.zip
hdf5-069688c3faf01607a9a7a1ddb8f26961d8b993a7.tar.gz
hdf5-069688c3faf01607a9a7a1ddb8f26961d8b993a7.tar.bz2
Fix spelling (#3633)
Diffstat (limited to 'test/ttsafe_rec_rw_lock.c')
-rw-r--r--test/ttsafe_rec_rw_lock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ttsafe_rec_rw_lock.c b/test/ttsafe_rec_rw_lock.c
index a38dd93..457b967 100644
--- a/test/ttsafe_rec_rw_lock.c
+++ b/test/ttsafe_rec_rw_lock.c
@@ -42,7 +42,7 @@
#define MAX_NUM_THREADS 32
#define MAX_LOCK_CYCLES 1000000
-/* structure used to configure test threads in the recurive
+/* structure used to configure test threads in the recursive
* R/W/ lock tests.
*/
/***********************************************************************