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 e98490f commit 99f16dbCopy full SHA for 99f16db
flang/lib/Semantics/check-omp-structure.cpp
@@ -4605,7 +4605,7 @@ std::optional<llvm::omp::Clause> OmpStructureChecker::GetClauseFromProperty(
4605
4606
// The parser for OmpClause will only succeed if the clause was
4607
// given with all required arguments.
4608
- // If this is a string or complex extensiom with a clause name,
+ // If this is a string or complex extension with a clause name,
4609
// treat it as a clause and let the trait checker deal with it.
4610
4611
auto getClauseFromString{[&](const std::string &s) -> MaybeClause {
0 commit comments