diff options
Diffstat (limited to 'pthreads/ptw32_tkAssocDestroy.c')
-rw-r--r-- | pthreads/ptw32_tkAssocDestroy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pthreads/ptw32_tkAssocDestroy.c b/pthreads/ptw32_tkAssocDestroy.c index a7842ea87..fedebf593 100644 --- a/pthreads/ptw32_tkAssocDestroy.c +++ b/pthreads/ptw32_tkAssocDestroy.c @@ -57,7 +57,7 @@ ptw32_tkAssocDestroy (ThreadKeyAssoc * assoc) { /* - * Both key->keyLock and thread->threadLock are locked on + * Both key->keyLock and thread->threadLock are locked before * entry to this routine. */ if (assoc != NULL) |