From 5b2915c2a072cfda1ec6db0bddc52d818dfe02b6 Mon Sep 17 00:00:00 2001 From: Fred Hornsey Date: Tue, 27 Nov 2018 13:09:08 -0600 Subject: ast_annotation_appl.cpp: Reword Comment --- TAO/TAO_IDL/ast/ast_annotation_appl.cpp | 4 ++-- 1 file 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) -- cgit v1.2.1