We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5b95db commit f0162fcCopy full SHA for f0162fc
flang/lib/Semantics/check-omp-structure.cpp
@@ -1247,7 +1247,7 @@ void OmpStructureChecker::Leave(const parser::OmpDeclareTargetWithClause &x) {
1247
FindClause(llvm::omp::Clause::OMPC_link);
1248
if (!enterClause && !toClause && !linkClause) {
1249
context_.Say(x.source,
1250
- "If the DECLARE TARGET directive has a clause, it must contain at lease one ENTER clause or LINK clause"_err_en_US);
+ "If the DECLARE TARGET directive has a clause, it must contain at least one ENTER clause or LINK clause"_err_en_US);
1251
}
1252
if (toClause && context_.ShouldWarn(common::UsageWarning::OpenMPUsage)) {
1253
context_.Say(toClause->source,
0 commit comments