diff options
author | rpj <rpj> | 2001-07-03 02:00:09 +0000 |
---|---|---|
committer | rpj <rpj> | 2001-07-03 02:00:09 +0000 |
commit | 663a1af0674c37774d310541e9b30c60316f2055 (patch) | |
tree | c0f96f98c55cb98ecbd55dac2a5e1c60c00b280e /tests/benchtest4.c | |
parent | c156eacc8b9c6f33f89c7563f2821320be79c2e1 (diff) |
Cosmetic changes.
Diffstat (limited to 'tests/benchtest4.c')
-rw-r--r-- | tests/benchtest4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchtest4.c b/tests/benchtest4.c index c343db7..8d174a2 100644 --- a/tests/benchtest4.c +++ b/tests/benchtest4.c @@ -77,7 +77,7 @@ main (int argc, char *argv[]) pthread_mutexattr_init(&ma); printf( "========================================================================\n"); - printf( "Non-blocking mutex trylock plus unlock.\n"); + printf( "Trylock plus unlock on an unlocked mutex.\n"); printf( "%ld iterations.\n\n", ITERATIONS); printf( "%-40s %15s %15s\n", "Test", |