From a3ea0b24409b89bd08c0a2268dbae834724734df Mon Sep 17 00:00:00 2001 From: rpj Date: Sun, 20 Jun 2010 03:31:18 +0000 Subject: See ChangeLogs: preparing for new release. --- pthread_once.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pthread_once.c') 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); } -- cgit v1.2.3