summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-01-22 20:59:52 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-01-22 20:59:52 +0000
commit5042762911dfe90cb18e3dd9840acfc007cc8965 (patch)
treeedd1405cee45f120bf14068e82a407504138d701 /ace
parent712bc5e84ea7b8ea5e9d496b72f3b077b24e2347 (diff)
downloadATCD-5042762911dfe90cb18e3dd9840acfc007cc8965.tar.gz
fixed typo in comment header for ACE_Thread_Semaphore
Diffstat (limited to 'ace')
-rw-r--r--ace/Synch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Synch.h b/ace/Synch.h
index 776ccf7aebf..2536ffa110d 100644
--- a/ace/Synch.h
+++ b/ace/Synch.h
@@ -1024,7 +1024,7 @@ public:
class ACE_Export ACE_Thread_Semaphore : public ACE_Semaphore
// = TITLE
// Wrapper for Dijkstra style general semaphores that work
- // only within on process.
+ // only within one process.
{
public:
ACE_Thread_Semaphore (u_int count = 1, // By default make this unlocked.