summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_Thread.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-05-15 18:44:28 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-05-15 18:44:28 +0000
commit6f182679b828015d2b3ab6a17e2d41c4cc364d0a (patch)
tree1344e93c53c9aa9dba0cf648e31adb126ea01026 /ACE/ace/OS_NS_Thread.inl
parentbb9fea96d94b3922758397e3cec90125df3b0d16 (diff)
downloadATCD-6f182679b828015d2b3ab6a17e2d41c4cc364d0a.tar.gz
Tue May 15 18:43:55 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/OS_NS_Thread.inl')
-rw-r--r--ACE/ace/OS_NS_Thread.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/OS_NS_Thread.inl b/ACE/ace/OS_NS_Thread.inl
index 48aa2f0c74d..e42a8aae8ed 100644
--- a/ACE/ace/OS_NS_Thread.inl
+++ b/ACE/ace/OS_NS_Thread.inl
@@ -1645,7 +1645,7 @@ ACE_OS::sema_init (ACE_sema_t *s,
return (-1);
}
- // In the case of processscope semaphores we can already unlink the FIFO now that
+ // In the case of process scope semaphores we can already unlink the FIFO now that
// we completely set it up (the opened handles will keep it active until we close
// thos down). This way we're protected against unexpected crashes as far as removal
// is concerned.