summaryrefslogtreecommitdiff
path: root/tests/rwlock4.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rwlock4.c')
-rw-r--r--tests/rwlock4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rwlock4.c b/tests/rwlock4.c
index 07e4cff..8cae52e 100644
--- a/tests/rwlock4.c
+++ b/tests/rwlock4.c
@@ -1,5 +1,5 @@
/*
- * rwlock3.c
+ * rwlock4.c
*
* Declare a static rwlock object, rdlock it, trywrlock it,
* and then unlock it again.