Skip to content

Commit 99f16db

Browse files
kparzysztblah
andauthored
Update flang/lib/Semantics/check-omp-structure.cpp
Co-authored-by: Tom Eccles <[email protected]>
1 parent e98490f commit 99f16db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Semantics/check-omp-structure.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4605,7 +4605,7 @@ std::optional<llvm::omp::Clause> OmpStructureChecker::GetClauseFromProperty(
46054605

46064606
// The parser for OmpClause will only succeed if the clause was
46074607
// given with all required arguments.
4608-
// If this is a string or complex extensiom with a clause name,
4608+
// If this is a string or complex extension with a clause name,
46094609
// treat it as a clause and let the trait checker deal with it.
46104610

46114611
auto getClauseFromString{[&](const std::string &s) -> MaybeClause {

0 commit comments

Comments
 (0)