summaryrefslogtreecommitdiff
path: root/pthread_setspecific.c
diff options
context:
space:
mode:
Diffstat (limited to 'pthread_setspecific.c')
-rw-r--r--pthread_setspecific.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pthread_setspecific.c b/pthread_setspecific.c
index 37ff975..fbf4d7e 100644
--- a/pthread_setspecific.c
+++ b/pthread_setspecific.c
@@ -84,7 +84,7 @@ pthread_setspecific (pthread_key_t key, const void *value)
else
{
/*
- * Resolve catch-22 of registering thread with threadSelf
+ * Resolve catch-22 of registering thread with selfThread
* key
*/
self = (pthread_t) pthread_getspecific (ptw32_selfThreadKey);