summaryrefslogtreecommitdiff
path: root/ace/SString.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-31 22:18:20 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-31 22:18:20 +0000
commit10f1729b65638f3f273f523861dd547ec6832e5f (patch)
treea49c98ad0d34bcb5a87c9f7fb1a256c7bf4df6dd /ace/SString.h
parent3e172150a24e32f471d10eb9a60eebb599de6f81 (diff)
downloadATCD-10f1729b65638f3f273f523861dd547ec6832e5f.tar.gz
ChangeLogTag:Sat Jul 31 12:07:48 1999 Douglas C. Schmidt <schmidt@mambo.cs.wustl.edu>
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<>