summaryrefslogtreecommitdiff
path: root/tests/rwlock1.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rwlock1.c')
-rw-r--r--tests/rwlock1.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/rwlock1.c b/tests/rwlock1.c
index 72bce85..cebb485 100644
--- a/tests/rwlock1.c
+++ b/tests/rwlock1.c
@@ -35,12 +35,10 @@
*
* --------------------------------------------------------------------------
*
- * Create a simple rwlock object, lock it, and then unlock it again.
+ * Create a simple rwlock object and then destroy it.
*
* Depends on API functions:
* pthread_rwlock_init()
- * pthread_rwlock_lock()
- * pthread_rwlock_unlock()
* pthread_rwlock_destroy()
*/