diff options
| author | rpj <rpj> | 2005-05-01 14:27:05 +0000 | 
|---|---|---|
| committer | rpj <rpj> | 2005-05-01 14:27:05 +0000 | 
| commit | 3cf19fff6fb5bfbdcc0f9323178bbbd1f929aad2 (patch) | |
| tree | 92035ce8f3fb911cf95b479a11e06cbe49972980 | |
| parent | c2c184dc957551e4232391b657df33aec73ef8fb (diff) | |
Correct comment typo
| -rw-r--r-- | ptw32_callUserDestroyRoutines.c | 2 | 
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  | 
