Skip to content

Commit 89e3da8

Browse files
committed
[Frontend][OpenMP] Fix typo in comment: varuant -> variant, NFC
1 parent 1a28f26 commit 89e3da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Frontend/OpenMP/ClauseT.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
// - EmptyTrait: the class has no data members.
2020
// - WrapperTrait: the class has a single member `v`
2121
// - TupleTrait: the class has a tuple member `t`
22-
// - UnionTrait the class has a varuant member `u`
22+
// - UnionTrait the class has a variant member `u`
2323
// - IncompleteTrait: the class is a placeholder class that is currently empty,
2424
// but will be completed at a later time.
2525
// Note: This structure follows the one used in flang parser.

0 commit comments

Comments
 (0)