aboutsummaryrefslogtreecommitdiff
path: root/pthreads/ptw32_tkAssocCreate.c
diff options
context:
space:
mode:
Diffstat (limited to 'pthreads/ptw32_tkAssocCreate.c')
-rw-r--r--pthreads/ptw32_tkAssocCreate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pthreads/ptw32_tkAssocCreate.c b/pthreads/ptw32_tkAssocCreate.c
index 5ba24bbf7..50d6c500c 100644
--- a/pthreads/ptw32_tkAssocCreate.c
+++ b/pthreads/ptw32_tkAssocCreate.c
@@ -78,7 +78,7 @@ ptw32_tkAssocCreate (ptw32_thread_t * sp, pthread_key_t key)
* Have to create an association and add it
* to both the key and the thread.
*
- * Both key->keyLock and thread->threadLock are locked on
+ * Both key->keyLock and thread->threadLock are locked before
* entry to this routine.
*/
assoc = (ThreadKeyAssoc *) calloc (1, sizeof (*assoc));