diff options
Diffstat (limited to 'tests/rwlock3.c')
-rw-r--r-- | tests/rwlock3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rwlock3.c b/tests/rwlock3.c index 92e8286..3861447 100644 --- a/tests/rwlock3.c +++ b/tests/rwlock3.c @@ -1,7 +1,7 @@ /* * rwlock3.c * - * Declare a static rwlock object, lock it, trylock it, + * Declare a static rwlock object, wrlock it, trywrlock it, * and then unlock it again. * * Depends on API functions: |