summaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
parent7966f36b14fe041eba56283d424cee997c390016 (diff)
''
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index ee10e9b..1f8be3a 100644
--- a/NEWS
+++ b/NEWS
@@ -26,8 +26,8 @@ All tests passed.
Some minor speed improvements were also done.
* Fix integer overrun error in pthread_mutex_timedlock() - missed when
-sem_timedwait() was fixed in release 2.2.0. This rouitne no longer returns
-ENOSUP when NEED_SEM is defined - it is supported (NEED_SEM is only
+sem_timedwait() was fixed in release 2.2.0. This routine no longer returns
+ENOTSUP when NEED_SEM is defined - it is supported (NEED_SEM is only
required for WinCE versions prior to 3.0).
* Fix timeout bug in sem_timedwait().
@@ -61,7 +61,7 @@ Known issues in this release
determine..
* The Borland version of the dll fails some of the tests with a memory read
-exception. The cause is not yet known but a compiler bug has not been rules
+exception. The cause is not yet known but a compiler bug has not been ruled
out.