@@ -5762,7 +5762,7 @@ void OmpStructureChecker::Enter(const parser::OpenMPInteropConstruct &x) {
5762
5762
const auto *objectSymbol{name->symbol };
5763
5763
if (llvm::is_contained (objectSymbolList, objectSymbol)) {
5764
5764
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);
5766
5766
} else {
5767
5767
objectSymbolList.insert (objectSymbol);
5768
5768
}
@@ -5777,7 +5777,7 @@ void OmpStructureChecker::Enter(const parser::OpenMPInteropConstruct &x) {
5777
5777
const auto *objectSymbol{name->symbol };
5778
5778
if (llvm::is_contained (objectSymbolList, objectSymbol)) {
5779
5779
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);
5781
5781
} else {
5782
5782
objectSymbolList.insert (objectSymbol);
5783
5783
}
@@ -5789,7 +5789,7 @@ void OmpStructureChecker::Enter(const parser::OpenMPInteropConstruct &x) {
5789
5789
const auto *objectSymbol{name->symbol };
5790
5790
if (llvm::is_contained (objectSymbolList, objectSymbol)) {
5791
5791
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);
5793
5793
} else {
5794
5794
objectSymbolList.insert (objectSymbol);
5795
5795
}
@@ -5800,7 +5800,7 @@ void OmpStructureChecker::Enter(const parser::OpenMPInteropConstruct &x) {
5800
5800
}
5801
5801
if (targetCount > 1 || targetSyncCount > 1 ) {
5802
5802
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);
5804
5804
}
5805
5805
if (isDependClauseOccured && !targetSyncCount) {
5806
5806
context_.Say (GetContext ().directiveSource ,
0 commit comments