summaryrefslogtreecommitdiff
path: root/ACE/ace/Service_Repository.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2016-02-12 15:39:52 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2016-02-12 15:39:52 +0100
commit1c665dcf1b0c1a300c9faeb8b0a8c59df5eb348d (patch)
tree28df2f74471d3d2f9cb7ad6b4fa841c91a2fbca6 /ACE/ace/Service_Repository.h
parent28dbf9c74de6e9f30b059c1c4aa8ec655358f911 (diff)
downloadATCD-1c665dcf1b0c1a300c9faeb8b0a8c59df5eb348d.tar.gz
Fixed comment
* ACE/ace/Service_Repository.h:
Diffstat (limited to 'ACE/ace/Service_Repository.h')
-rw-r--r--ACE/ace/Service_Repository.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Service_Repository.h b/ACE/ace/Service_Repository.h
index 135d6d52759..2387bc9f28f 100644
--- a/ACE/ace/Service_Repository.h
+++ b/ACE/ace/Service_Repository.h
@@ -205,7 +205,7 @@ protected:
/// Must delete the @c svc_rep_ if true.
static bool delete_svc_rep_;
- /// Synchronization variable for the MT_SAFE Repository
+ /// Synchronization variable for the ACE_Service_Repository.
mutable ACE_SYNCH_RECURSIVE_MUTEX lock_;
};