From 861a8bb5523f257b474f68334c2c5300e52c5371 Mon Sep 17 00:00:00 2001 From: rpj Date: Tue, 3 Jul 2001 13:22:36 +0000 Subject: Remove typo from semaphore.c. Update ANNOUNCE to get ready for new snapshot. --- tests/benchtest1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/benchtest1.c') 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", -- cgit v1.2.3