summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/fe/idl.tab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/fe/idl.tab.cpp')
-rw-r--r--TAO/TAO_IDL/fe/idl.tab.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/fe/idl.tab.cpp b/TAO/TAO_IDL/fe/idl.tab.cpp
index f20988492c6..d38d0c5e995 100644
--- a/TAO/TAO_IDL/fe/idl.tab.cpp
+++ b/TAO/TAO_IDL/fe/idl.tab.cpp
@@ -4684,7 +4684,7 @@ yyreduce:
AST_Expression::ExprType type = (yyvsp[-3].etval);
Identifier *name = (yyvsp[-2].idval);
- // Annotation Member Names Can't Class with C++ keywords
+ // Annotation Member Names Can't Clash with C++ keywords
FE_Utils::original_local_name (name);
UTL_ScopedName *scoped_name = new UTL_ScopedName (name, 0);
AST_Expression *default_value = (yyvsp[-1].exval);
@@ -4943,7 +4943,7 @@ yyreduce:
{
AST_Annotation_Appl::Param *param = new AST_Annotation_Appl::Param;
param->id = (yyvsp[-2].idval);
- // Annotation Member Names Can't Class with C++ keywords
+ // Annotation Member Names Can't Clash with C++ keywords
FE_Utils::original_local_name (param->id);
param->expr = (yyvsp[0].exval);
(yyval.annotation_param_val) = param;