Skip to content

Commit

Permalink
[flang][NFC] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
clementval committed Jul 28, 2023
1 parent ca18b4a commit c57d249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flang/lib/Semantics/check-directive-structure.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ template <typename D> class NoBranchingEnforce {
// Generic structure checker for directives/clauses language such as OpenMP
// and OpenACC.
// typename D is the directive enumeration.
// tyepname C is the clause enumeration.
// typename C is the clause enumeration.
// typename PC is the parser class defined in parse-tree.h for the clauses.
template <typename D, typename C, typename PC, std::size_t ClauseEnumSize>
class DirectiveStructureChecker : public virtual BaseChecker {
Expand Down

0 comments on commit c57d249

Please sign in to comment.