Skip to content

Commit c57d249

Browse files
committed
[flang][NFC] Fix typo
1 parent ca18b4a commit c57d249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Semantics/check-directive-structure.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ template <typename D> class NoBranchingEnforce {
156156
// Generic structure checker for directives/clauses language such as OpenMP
157157
// and OpenACC.
158158
// typename D is the directive enumeration.
159-
// tyepname C is the clause enumeration.
159+
// typename C is the clause enumeration.
160160
// typename PC is the parser class defined in parse-tree.h for the clauses.
161161
template <typename D, typename C, typename PC, std::size_t ClauseEnumSize>
162162
class DirectiveStructureChecker : public virtual BaseChecker {

0 commit comments

Comments
 (0)