summaryrefslogtreecommitdiffstats
path: root/test/ttsafe_rec_rw_lock.c
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2022-04-07 04:49:00 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2022-04-07 04:49:00 (GMT)
commit91a5eb2cd9fef54b13402e2a11e10ce98f8a3d1f (patch)
tree1ca4bfd929700b0743a3ecc653262e836e6436f2 /test/ttsafe_rec_rw_lock.c
parent9f2b38bb61df6136d214cb7ab248f73d1ff9458c (diff)
downloadhdf5-91a5eb2cd9fef54b13402e2a11e10ce98f8a3d1f.zip
hdf5-91a5eb2cd9fef54b13402e2a11e10ce98f8a3d1f.tar.gz
hdf5-91a5eb2cd9fef54b13402e2a11e10ce98f8a3d1f.tar.bz2
Commit codespell spelling corrections.
Diffstat (limited to 'test/ttsafe_rec_rw_lock.c')
-rw-r--r--test/ttsafe_rec_rw_lock.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/ttsafe_rec_rw_lock.c b/test/ttsafe_rec_rw_lock.c
index 0597578..a5033f7 100644
--- a/test/ttsafe_rec_rw_lock.c
+++ b/test/ttsafe_rec_rw_lock.c
@@ -136,7 +136,7 @@ void *tts_rw_lock_smoke_check_test_thread(void *_udata);
*
* 8) Drop the read lock a second time.
*
- * 9) Verify the exptected stats, and then reset them.
+ * 9) Verify the expected stats, and then reset them.
*
* 10) Obtain a write lock.
*
@@ -170,7 +170,7 @@ void *tts_rw_lock_smoke_check_test_thread(void *_udata);
*
* 25) Shut down the recursive R/W lock.
*
- * Creted Sept. 3. 2020.
+ * Created Sept. 3. 2020.
*
* Programmer: John Mainzer
*
@@ -242,7 +242,7 @@ tts_rec_rw_lock_smoke_check_1(void)
result = H5TS_rw_unlock(&rec_rw_lock);
CHECK_I(result, "H5TS_rw_unlock -- 3");
- /* 9) Verify the exptected stats, and then reset them. */
+ /* 9) Verify the expected stats, and then reset them. */
result = H5TS_rw_lock_get_stats(&rec_rw_lock, &stats);
CHECK_I(result, "H5TS_rw_lock_get_stats -- 2");
@@ -442,7 +442,7 @@ cleanup_rec_rw_lock_smoke_check_1(void)
* number of recursive lock and unlock calls is random, as is the
* order of read and write locks if both are enabled.
*
- * Creted Sept. 3. 2020.
+ * Created Sept. 3. 2020.
*
* Programmer: John Mainzer
*
@@ -593,7 +593,7 @@ tts_rw_lock_smoke_check_test_thread(void *_udata)
* repeats the process until the spcified number of read locks have
* been acquired and dropped.
*
- * Creted Sept. 3. 2020.
+ * Created Sept. 3. 2020.
*
* Programmer: John Mainzer
*
@@ -839,7 +839,7 @@ cleanup_rec_rw_lock_smoke_check_2(void)
* repeats the process until the spcified number of write locks have
* been acquired and dropped.
*
- * Creted Sept. 3. 2020.
+ * Created Sept. 3. 2020.
*
* Programmer: John Mainzer
*
@@ -1085,7 +1085,7 @@ cleanup_rec_rw_lock_smoke_check_3(void)
* repeats the process until the spcified number of locks have
* been acquired and dropped.
*
- * Creted Sept. 3. 2020.
+ * Created Sept. 3. 2020.
*
* Programmer: John Mainzer
*