summaryrefslogtreecommitdiff
path: root/ace/SString.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/SString.h')
-rw-r--r--ace/SString.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/SString.h b/ace/SString.h
index 63f8a949d3c..f53f904050e 100644
--- a/ace/SString.h
+++ b/ace/SString.h
@@ -609,7 +609,7 @@ class ACE_Export ACE_Auto_String_Free
//
// = DESCRIPTION
// Keeps a pointer to a string and deallocates it (using
- // ACE_OS::free()) on its destructor.
+ // <ACE_OS::free>) on its destructor.
// If you need to delete using "delete[]" the
// ACE_Auto_Array_Ptr<char*> is your choice.
// The class plays the same role as auto_ptr<>