@@ -5762,7 +5762,7 @@ void OmpStructureChecker::Enter(const parser::OpenMPInteropConstruct &x) {
57625762 const auto *objectSymbol{name->symbol };
57635763 if (llvm::is_contained (objectSymbolList, objectSymbol)) {
57645764 context_.Say (GetContext ().directiveSource ,
5765- " Each interop-var may be specified for at most one action-clause of each INTEROP construct." _err_en_US);
5765+ " Each interop-var may be specified for at most one action-clause of each INTEROP construct." _err_en_US);
57665766 } else {
57675767 objectSymbolList.insert (objectSymbol);
57685768 }
@@ -5777,7 +5777,7 @@ void OmpStructureChecker::Enter(const parser::OpenMPInteropConstruct &x) {
57775777 const auto *objectSymbol{name->symbol };
57785778 if (llvm::is_contained (objectSymbolList, objectSymbol)) {
57795779 context_.Say (GetContext ().directiveSource ,
5780- " Each interop-var may be specified for at most one action-clause of each INTEROP construct." _err_en_US);
5780+ " Each interop-var may be specified for at most one action-clause of each INTEROP construct." _err_en_US);
57815781 } else {
57825782 objectSymbolList.insert (objectSymbol);
57835783 }
@@ -5789,7 +5789,7 @@ void OmpStructureChecker::Enter(const parser::OpenMPInteropConstruct &x) {
57895789 const auto *objectSymbol{name->symbol };
57905790 if (llvm::is_contained (objectSymbolList, objectSymbol)) {
57915791 context_.Say (GetContext ().directiveSource ,
5792- " Each interop-var may be specified for at most one action-clause of each INTEROP construct." _err_en_US);
5792+ " Each interop-var may be specified for at most one action-clause of each INTEROP construct." _err_en_US);
57935793 } else {
57945794 objectSymbolList.insert (objectSymbol);
57955795 }
@@ -5800,7 +5800,7 @@ void OmpStructureChecker::Enter(const parser::OpenMPInteropConstruct &x) {
58005800 }
58015801 if (targetCount > 1 || targetSyncCount > 1 ) {
58025802 context_.Say (GetContext ().directiveSource ,
5803- " Each interop-type may be specified at most once." _err_en_US);
5803+ " Each interop-type may be specified at most once." _err_en_US);
58045804 }
58055805 if (isDependClauseOccured && !targetSyncCount) {
58065806 context_.Say (GetContext ().directiveSource ,
0 commit comments