summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Hornsey <hornseyf@objectcomputing.com>2018-11-27 13:09:08 -0600
committerFred Hornsey <hornseyf@objectcomputing.com>2018-11-27 13:09:08 -0600
commit5b2915c2a072cfda1ec6db0bddc52d818dfe02b6 (patch)
tree832f392bbe6fba4568a8a442a1742c485f6d51f6
parentf954c1479ffd7a5edef500af97c8cb4e3791b177 (diff)
downloadATCD-5b2915c2a072cfda1ec6db0bddc52d818dfe02b6.tar.gz
ast_annotation_appl.cpp: Reword Comment
-rw-r--r--TAO/TAO_IDL/ast/ast_annotation_appl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/ast/ast_annotation_appl.cpp b/TAO/TAO_IDL/ast/ast_annotation_appl.cpp
index 18b1476a2f9..abd8ad3fe2b 100644
--- a/TAO/TAO_IDL/ast/ast_annotation_appl.cpp
+++ b/TAO/TAO_IDL/ast/ast_annotation_appl.cpp
@@ -90,8 +90,8 @@ AST_Annotation_Appl::apply_from (AST_Annotation_Decl *decl)
new AST_Annotation_Member (member->name (), member));
/*
- * Check to see if we have a parameter that matches this and if not,
- * also make sure the member has a default.
+ * Check to see if we have a parameter that matches this. If not,
+ * make sure that the member has a default value.
*/
Param *param = find_param (member->local_name ()->get_string ());
if (param)