diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-01-22 20:59:52 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-01-22 20:59:52 +0000 |
commit | 5042762911dfe90cb18e3dd9840acfc007cc8965 (patch) | |
tree | edd1405cee45f120bf14068e82a407504138d701 /ace | |
parent | 712bc5e84ea7b8ea5e9d496b72f3b077b24e2347 (diff) | |
download | ATCD-5042762911dfe90cb18e3dd9840acfc007cc8965.tar.gz |
fixed typo in comment header for ACE_Thread_Semaphore
Diffstat (limited to 'ace')
-rw-r--r-- | ace/Synch.h | 2 |
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. |