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/benchtest2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/benchtest2.c') diff --git a/tests/benchtest2.c b/tests/benchtest2.c index a049961..b3fc9eb 100644 --- a/tests/benchtest2.c +++ b/tests/benchtest2.c @@ -147,7 +147,7 @@ main (int argc, char *argv[]) assert(pthread_mutexattr_init(&ma) == 0); printf( "========================================================================\n"); - printf( "\nBlocking mutex lock plus unlock.\n"); + printf( "\nLock plus unlock on an unlocked mutex.\n"); printf("%ld iterations, four locks/unlocks per iteration.\n\n", ITERATIONS); printf( "%-40s %15s %15s\n", -- cgit v1.2.3