diff options
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. |