summaryrefslogtreecommitdiffstats
path: root/test/ttsafe_rec_rw_lock.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-08-18 17:48:17 (GMT)
committerGitHub <noreply@github.com>2022-08-18 17:48:17 (GMT)
commit82ebc9c370164931861f0d174e2b17a109478665 (patch)
treeac35dc2aca63a1cb8d8e9f0562eb76f94f71804d /test/ttsafe_rec_rw_lock.c
parentfab27c25291d7f0b2d0a585178757dddddba1ace (diff)
downloadhdf5-82ebc9c370164931861f0d174e2b17a109478665.zip
hdf5-82ebc9c370164931861f0d174e2b17a109478665.tar.gz
hdf5-82ebc9c370164931861f0d174e2b17a109478665.tar.bz2
Spelling fixes for codespell (#2038)
* Spelling fixes for codespell * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'test/ttsafe_rec_rw_lock.c')
-rw-r--r--test/ttsafe_rec_rw_lock.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/ttsafe_rec_rw_lock.c b/test/ttsafe_rec_rw_lock.c
index d166445..551e4ba 100644
--- a/test/ttsafe_rec_rw_lock.c
+++ b/test/ttsafe_rec_rw_lock.c
@@ -590,7 +590,7 @@ tts_rw_lock_smoke_check_test_thread(void *_udata)
* The reader threads obtain and drop the read lock a specified
* number of times. Once a reader has a read lock, it does random
* recursive read locks / unlocks until drops the read lock, and then
- * repeats the process until the spcified number of read locks have
+ * repeats the process until the specified number of read locks have
* been acquired and dropped.
*
* Created Sept. 3. 2020.
@@ -836,7 +836,7 @@ cleanup_rec_rw_lock_smoke_check_2(void)
* The writer threads obtain and drop the read lock a specified
* number of times. Once a writeer has a write lock, it does random
* recursive write locks / unlocks until drops the write lock, and then
- * repeats the process until the spcified number of write locks have
+ * repeats the process until the specified number of write locks have
* been acquired and dropped.
*
* Created Sept. 3. 2020.
@@ -1082,7 +1082,7 @@ cleanup_rec_rw_lock_smoke_check_3(void)
* The reader / writer threads obtain and drop the read or write
* locks a specified number of times. Once a thread has a lock, it
* does random recursive locks / unlocks until drops the lock, and then
- * repeats the process until the spcified number of locks have
+ * repeats the process until the specified number of locks have
* been acquired and dropped.
*
* Created Sept. 3. 2020.