Skip to content

Commit 55b9f69

Browse files
committed
Fix spelling
1 parent 784be8c commit 55b9f69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flang/test/Integration/OpenMP/parallel-private-reduction-worstcase.f90

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
! RUN: %flang_fc1 -fopenmp -emit-llvm %s -o - | FileCheck %s
22

3-
! Compinational testing of control flow graph and builder insertion points
3+
! Combinational testing of control flow graph and builder insertion points
44
! in mlir-to-llvm conversion:
5-
! - mixing multiple delayed privatisations and multiple reductions
5+
! - mixing multiple delayed privatizations and multiple reductions
66
! - multiple blocks in the private alloc region
77
! - private alloc region has to read from the mold variable
88
! - firstprivate
@@ -16,7 +16,7 @@
1616
! - needs reduction cleanup region, and this has multiple blocks
1717

1818
! This maybe belongs in the mlir tests, but what we are doing here is complex
19-
! enough that I find the kind of minimised mlir code prefered by mlir reviwers
19+
! enough that I find the kind of minimised mlir code preferred by mlir reviewers
2020
! hard to read without some fortran here for reference. Nothing like this would
2121
! be generated by other upstream users of the MLIR OpenMP dialect.
2222

0 commit comments

Comments
 (0)