summaryrefslogtreecommitdiff
path: root/ace/Synch.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-01-17 07:53:32 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-01-17 07:53:32 +0000
commit7e7e0801f1305b1fe2a0e5ff4b0cc022077f73a6 (patch)
tree4024d7c33559faecd57832c74e5f650c7bf80e49 /ace/Synch.h
parentf498ec3072a4f20dbedadc2340592e24ed3301b7 (diff)
downloadATCD-7e7e0801f1305b1fe2a0e5ff4b0cc022077f73a6.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Synch.h')
-rw-r--r--ace/Synch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Synch.h b/ace/Synch.h
index 9c8214da13a..776ccf7aebf 100644
--- a/ace/Synch.h
+++ b/ace/Synch.h
@@ -819,10 +819,10 @@ class ACE_Export ACE_Thread_Mutex_Guard
// = TITLE
// This data structure is meant to be used within a method or
// function... It performs automatic aquisition and release of
- // an ACE_Mutex.
+ // an <ACE_Thread_Mutex>.
//
// = DESCRIPTION
- // This should be a specialization of ACE_Guard, but compiler
+ // This should be a specialization of <ACE_Guard>, but compiler
// bugs in older C++ compilers preclude this...
{
public: