diff options
author | rpj <rpj> | 1999-09-15 01:11:56 +0000 |
---|---|---|
committer | rpj <rpj> | 1999-09-15 01:11:56 +0000 |
commit | f17d0128796f76027851590299f1f43e48ec71b6 (patch) | |
tree | 3135883b8746682e604c1db68770af4a1e4381c2 /tests/rwlock3.c | |
parent | 9031537658e89136c6a5bb959f9b9a4338a5d056 (diff) |
Sep 15 1999 Ross Johnson <rpj@ixobrychus.canberra.edu.au>
* rwlock5.c: New test.
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: |