Skip to content

Commit a1f95e7

Browse files
kparzyszyuxuanchen1997
authored andcommitted
[Frontend][OpenMP] Fix typo in comment, NFC
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: https://phabricator.intern.facebook.com/D60250790
1 parent a23f501 commit a1f95e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Frontend/OpenMP/ConstructCompositionT.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ ConstructCompositionT<C>::ConstructCompositionT(
133133
mergeReduction();
134134
mergeDSA();
135135

136-
// Fir the rest of the clauses, just copy them.
136+
// For the rest of the clauses, just copy them.
137137
for (auto &[id, clauses] : clauseSets) {
138138
// Skip clauses we've already dealt with.
139139
switch (id) {

0 commit comments

Comments
 (0)