Skip to content

Commit e8c0ba4

Browse files
committed
Fix typo
1 parent 46c6905 commit e8c0ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def ParallelOp : OpenMP_Op<"parallel", [
274274
Reductions can be performed in a parallel construct by specifying reduction
275275
accumulator variables in `reduction_vars`, symbols referring to reduction
276276
declarations in the `reductions` attribute, and whether the reduction
277-
variable should be passed into the redution region by value or by reference
277+
variable should be passed into the reduction region by value or by reference
278278
in `reduction_vars_byref`. Each reduction is identified by the accumulator
279279
it uses and accumulators must not be repeated in the same reduction. The
280280
`omp.reduction` operation accepts the accumulator and a partial value which

0 commit comments

Comments
 (0)