diff options
author | rpj <rpj> | 2005-04-28 04:42:48 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-04-28 04:42:48 +0000 |
commit | cf42850c77554311e62d3780f6a36cbc38e5e002 (patch) | |
tree | dd390776e3242c66b6e00f265f51809bdedaf5d3 /sem_timedwait.c | |
parent | c9dd6d65d793e97b131db8d36e0fa0a282bcea43 (diff) |
''
Diffstat (limited to 'sem_timedwait.c')
-rw-r--r-- | sem_timedwait.c | 2 |
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) |