Skip to content

Commit adc59f4

Browse files
committed
[Frontend][OpenMP] Fix typo in comment, NFC
1 parent 3a51788 commit adc59f4

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)