From 3cf19fff6fb5bfbdcc0f9323178bbbd1f929aad2 Mon Sep 17 00:00:00 2001
From: rpj <rpj>
Date: Sun, 1 May 2005 14:27:05 +0000
Subject: Correct comment typo

---
 ptw32_callUserDestroyRoutines.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
cgit v1.2.3