summaryrefslogtreecommitdiff
path: root/ace/ARGV.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/ARGV.h')
-rw-r--r--ace/ARGV.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ace/ARGV.h b/ace/ARGV.h
index 5bf17da94ec..9f2e501a982 100644
--- a/ace/ARGV.h
+++ b/ace/ARGV.h
@@ -101,8 +101,7 @@ public:
ACE_ALLOC_HOOK_DECLARE;
/// Add another argument. This only works in the <ITERATIVE> state.
- /// Note that this method does not copy <next_arg>, but instead
- /// assumes ownership of it. Returns -1 on failure and 0 on success.
+ /// Returns -1 on failure and 0 on success.
int add (const ACE_TCHAR *next_arg);
/**