diff options
Diffstat (limited to 'pthread_key_delete.c')
-rw-r--r-- | pthread_key_delete.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pthread_key_delete.c b/pthread_key_delete.c index 0fb3fbb..4ea1180 100644 --- a/pthread_key_delete.c +++ b/pthread_key_delete.c @@ -77,7 +77,7 @@ pthread_key_delete (pthread_key_t key) /* * Run through all Thread<-->Key associations * for this key. - * If the pthread_t still exits (ie the assoc->thread + * If the pthread_t still exists (ie the assoc->thread * is not NULL) then leave the assoc for the thread to * destroy. * Notes: |