summaryrefslogtreecommitdiff
path: root/ace/Get_Opt.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Get_Opt.h')
-rw-r--r--ace/Get_Opt.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/Get_Opt.h b/ace/Get_Opt.h
index ee1a485268e..013d7cfb4fc 100644
--- a/ace/Get_Opt.h
+++ b/ace/Get_Opt.h
@@ -47,14 +47,14 @@ public:
* following <argv>-element, and returned in <optarg>.
*
* If an option character is seen that is not listed in <optstring>,
- * return '?' after printing an error message. If you set
- * <report_errors> to zero, the error message is suppressed but we
- * still return '?'.
+ * return '?' after printing an error message. If you set <opterr>
+ * to zero, the error message is suppressed but we still return '?'.
*
* If a char in <optstring> is followed by a colon, that means it
* wants an arg, so the following text in the same <argv>-element,
* or the text of the following <argv>-element, is returned in
- * <optarg>. */
+ * <optarg>.
+ */
ACE_Get_Opt (int argc,
ACE_TCHAR **argv,
const ACE_TCHAR *optstring,