summaryrefslogtreecommitdiff
path: root/ace/Configuration.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Configuration.h')
-rw-r--r--ace/Configuration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Configuration.h b/ace/Configuration.h
index 44d16ba5d6e..a5151645e78 100644
--- a/ace/Configuration.h
+++ b/ace/Configuration.h
@@ -206,7 +206,7 @@ public:
u_int& length) = 0;
// gets the binary value of <name> from <key> and places a copy in
// <data> and sets <length> to the length of the data. caller is
- // responsible for deleting <data>. Returns non zero on error (if
+ // responsible for freeing <data>. Returns non zero on error (if
// value is not binary).
virtual int find_value(const ACE_Configuration_Section_Key& key,