summaryrefslogtreecommitdiff
path: root/ace/SV_Semaphore_Complex.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-01-23 05:11:18 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-01-23 05:11:18 +0000
commitba7a2bbd8794d80f4b096f73fcd5b4336a73e401 (patch)
tree2e84c7253f4dd22e1ad3d6a0c3d9bb6e57e283ad /ace/SV_Semaphore_Complex.h
parent457a6992c781a238fe7a803d8b8da345780ec9bb (diff)
downloadATCD-ba7a2bbd8794d80f4b096f73fcd5b4336a73e401.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/SV_Semaphore_Complex.h')
-rw-r--r--ace/SV_Semaphore_Complex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/SV_Semaphore_Complex.h b/ace/SV_Semaphore_Complex.h
index edfd13bf65b..94da59acfda 100644
--- a/ace/SV_Semaphore_Complex.h
+++ b/ace/SV_Semaphore_Complex.h
@@ -20,7 +20,7 @@
#include "ace/SV_Semaphore_Simple.h"
class ACE_Export ACE_SV_Semaphore_Complex : private ACE_SV_Semaphore_Simple
- // = TITLE
+ // = TITLE
// This is a more complex semaphore wrapper that handles race
// conditions for initialization correctly...
//