summaryrefslogtreecommitdiff
path: root/ptw32_callUserDestroyRoutines.c
diff options
context:
space:
mode:
authorrpj <rpj>2005-05-01 14:27:05 +0000
committerrpj <rpj>2005-05-01 14:27:05 +0000
commit3cf19fff6fb5bfbdcc0f9323178bbbd1f929aad2 (patch)
tree92035ce8f3fb911cf95b479a11e06cbe49972980 /ptw32_callUserDestroyRoutines.c
parentc2c184dc957551e4232391b657df33aec73ef8fb (diff)
Correct comment typo
Diffstat (limited to 'ptw32_callUserDestroyRoutines.c')
-rw-r--r--ptw32_callUserDestroyRoutines.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ptw32_callUserDestroyRoutines.c b/ptw32_callUserDestroyRoutines.c
index 87e1dc4..410d714 100644
--- a/ptw32_callUserDestroyRoutines.c
+++ b/ptw32_callUserDestroyRoutines.c
@@ -74,7 +74,7 @@ ptw32_callUserDestroyRoutines (pthread_t thread)
/*
* Run through all Thread<-->Key associations
* for the current thread.
- * If the pthread_key_t still exits (ie the assoc->key
+ * If the pthread_key_t still exists (ie the assoc->key
* is not NULL) then call the user's TSD destroy routine.
* Notes:
* If assoc->key is NULL, then the user previously called