summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-27 03:00:29 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-27 03:00:29 +0000
commitda01d95fa9f8483e7fd7863ec4272befe3dfee94 (patch)
treec24f75bc9fd2aa4efa6ed1da26f36c335133a883
parent1989d18c7c6fafea1d1a70ff5e5c5b55f9898bf9 (diff)
downloadATCD-da01d95fa9f8483e7fd7863ec4272befe3dfee94.tar.gz
oops, fixed typo in comment
-rw-r--r--ace/Synch_T.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Synch_T.cpp b/ace/Synch_T.cpp
index f9e06758c44..3f45e220759 100644
--- a/ace/Synch_T.cpp
+++ b/ace/Synch_T.cpp
@@ -21,7 +21,7 @@ ACE_RCSID(ace, Synch_T, "$Id$")
ACE_ALLOC_HOOK_DEFINE(ACE_Atomic_Op)
// This constructor isn't inlined, because SunPRO C++ 4.2 + patch
-// 104631-07 has trouble compiled TAO with it inline.
+// 104631-07 has trouble compiling TAO with it inline.
template <class ACE_LOCKING_MECHANISM>
ACE_Lock_Adapter<ACE_LOCKING_MECHANISM>::ACE_Lock_Adapter (void)
: lock_ (0),