From 25ffdcfc06e8a84497fd7e80aa4cef111d7dad2d Mon Sep 17 00:00:00 2001 From: rpj Date: Thu, 22 Nov 2007 14:14:57 +0000 Subject: '' --- pthread_key_create.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pthread_key_create.c') diff --git a/pthread_key_create.c b/pthread_key_create.c index 5e278c2..41f4854 100644 --- a/pthread_key_create.c +++ b/pthread_key_create.c @@ -93,7 +93,7 @@ pthread_key_create (pthread_key_t * key, void (*destructor) (void *)) { /* * Have to manage associations between thread and key; - * Therefore, need a lock that allows multiple threads + * Therefore, need a lock that allows competing threads * to gain exclusive access to the key->threads list. * * The mutex will only be created when it is first locked. -- cgit v1.2.3