summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-24 18:58:37 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-24 18:58:37 +0000
commit1190d9469bc31ab3be491bcda786adad530c5dee (patch)
tree4d48674ccdedf72bf27bb3a0f6c9223b323b3f21
parent7b13290e0e1b9c3402175d9b4fd1aabc44d9749b (diff)
downloadATCD-1190d9469bc31ab3be491bcda786adad530c5dee.tar.gz
fixed a couple of typos in comments
-rw-r--r--ace/OS.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/OS.i b/ace/OS.i
index 0085266756a..f59d21bf88d 100644
--- a/ace/OS.i
+++ b/ace/OS.i
@@ -1242,7 +1242,7 @@ ACE_OS::cond_wait (ACE_cond_t *cv,
if (result != -1)
{
// If we are broadcasting, then we need to be smarter about
- // locking since there can now be multiple threadsd in the
+ // locking since there can now be multiple threads in the
// crtical section. If we are signaling, however, we don't have
// to worry since there will just be 1 thread here.
if (cv->was_broadcast_)
@@ -1529,7 +1529,7 @@ ACE_OS::cond_wait (ACE_cond_t *cv,
// Reset errno in case mutex_lock() also fails...
errno = error;
return result;
-#endif /* ACE_HAS_STHREADS */
+#endif /* ACE_HAS_WTHREADS */
#else
ACE_NOTSUP_RETURN (-1);
#endif /* ACE_HAS_THREADS */