summaryrefslogtreecommitdiff
path: root/pthread_once.c
diff options
context:
space:
mode:
authorrpj <rpj>2010-06-20 03:31:18 +0000
committerrpj <rpj>2010-06-20 03:31:18 +0000
commita3ea0b24409b89bd08c0a2268dbae834724734df (patch)
tree4629fd085756226f0cee8beba4faf66466ef0410 /pthread_once.c
parent135d6f060c5e5232311af77bd0d0f500e861290c (diff)
See ChangeLogs: preparing for new release.
Diffstat (limited to 'pthread_once.c')
-rw-r--r--pthread_once.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pthread_once.c b/pthread_once.c
index 96d45f2..4da54fc 100644
--- a/pthread_once.c
+++ b/pthread_once.c
@@ -41,7 +41,7 @@
static void PTW32_CDECL
ptw32_once_on_init_cancel (void * arg)
{
- /* when the initting thread is cancelled we have to release the lock */
+ /* when the initing thread is cancelled we have to release the lock */
ptw32_mcs_local_node_t *node = (ptw32_mcs_local_node_t *)arg;
ptw32_mcs_lock_release(node);
}