summaryrefslogtreecommitdiff
path: root/ace/Singleton.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Singleton.h')
-rw-r--r--ace/Singleton.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Singleton.h b/ace/Singleton.h
index 9bef9acf126..0d3d6d65f74 100644
--- a/ace/Singleton.h
+++ b/ace/Singleton.h
@@ -116,7 +116,7 @@ class ACE_Unmanaged_Singleton : public ACE_Singleton <TYPE, ACE_LOCK>
// destroys the instance. Unlike with <ACE_Singleton>, the
// application is responsible for explicitly destroying the
// instance after it is no longer needed (if it wants to avoid
- // memory leaks, at least). The close () static member function
+ // memory leaks, at least). The <close> static member function
// must be used to explicitly destroy the Singleton.
//
public:
@@ -202,7 +202,7 @@ class ACE_Unmanaged_TSS_Singleton : public ACE_TSS_Singleton <TYPE, ACE_LOCK>
// <ACE_Singleton>, the application is responsible for
// explicitly destroying the instance after it is no longer
// needed (if it wants to avoid memory leaks, at least). The
- // close () static member function must be used to explicitly
+ // <close> static member function must be used to explicitly
// destroy the Singleton.
//
public: