diff options
author | rpj <rpj> | 2003-09-18 02:31:39 +0000 |
---|---|---|
committer | rpj <rpj> | 2003-09-18 02:31:39 +0000 |
commit | af1871fba4fc253b5a31e4a0eed667fe79f534d7 (patch) | |
tree | 1242599d7334ae50c5c05f9b23b52876e4287924 /tests/benchtest2.c | |
parent | fac679912b15dd89cafdb09bf873d7eacc80a05e (diff) |
Cleanup and fixes to thread priority management. Other minor changes.snap-2003-09-18
Diffstat (limited to 'tests/benchtest2.c')
-rw-r--r-- | tests/benchtest2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchtest2.c b/tests/benchtest2.c index b0ac7e4..7caf7c5 100644 --- a/tests/benchtest2.c +++ b/tests/benchtest2.c @@ -179,7 +179,7 @@ main (int argc, char *argv[]) assert(pthread_mutexattr_init(&ma) == 0); printf( "=============================================================================\n"); - printf( "\nLock plus unlock on an unlocked mutex.\n"); + printf( "\nLock plus unlock on a locked mutex.\n"); printf("%ld iterations, four locks/unlocks per iteration.\n\n", ITERATIONS); printf( "%-45s %15s %15s\n", |