diff --git a/flang/lib/Semantics/check-directive-structure.h b/flang/lib/Semantics/check-directive-structure.h index d1e7082410ecf..5dc1d7b488557 100644 --- a/flang/lib/Semantics/check-directive-structure.h +++ b/flang/lib/Semantics/check-directive-structure.h @@ -156,7 +156,7 @@ template 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 class DirectiveStructureChecker : public virtual BaseChecker {