diff options
Diffstat (limited to 'tests/benchtest1.c')
-rw-r--r-- | tests/benchtest1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchtest1.c b/tests/benchtest1.c index 8514fa4..1859b69 100644 --- a/tests/benchtest1.c +++ b/tests/benchtest1.c @@ -73,7 +73,7 @@ main (int argc, char *argv[]) pthread_mutexattr_init(&ma); printf( "========================================================================\n"); - printf( "\nNon-blocking mutex lock plus unlock.\n%ld iterations\n\n", + printf( "\nLock plus unlock on an unlocked mutex.\n%ld iterations\n\n", ITERATIONS); printf( "%-40s %15s %15s\n", "Test", |