summaryrefslogtreecommitdiff
path: root/sem_timedwait.c
diff options
context:
space:
mode:
authorrpj <rpj>2005-04-28 04:41:25 +0000
committerrpj <rpj>2005-04-28 04:41:25 +0000
commit1abb2a28b3947feaf38a85b59e3f3a8c03804ceb (patch)
treedc66cbad6f00d7a685d79790c9626bda58bf8f4f /sem_timedwait.c
parent7966f36b14fe041eba56283d424cee997c390016 (diff)
''
Diffstat (limited to 'sem_timedwait.c')
-rw-r--r--sem_timedwait.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sem_timedwait.c b/sem_timedwait.c
index 186c123..deefa6e 100644
--- a/sem_timedwait.c
+++ b/sem_timedwait.c
@@ -62,7 +62,7 @@ ptw32_sem_timedwait_cleanup (void * args)
{
/*
* We either timed out or were cancelled.
- * If someone posted since then we try to take the semaphore.
+ * If someone has posted between then and now we try to take the semaphore.
* Otherwise the semaphore count may be wrong after we
* return. In the case of a cancellation, it is as if we
* were cancelled just before we return (after taking the semaphore)