Skip to content

Commit b916864

Browse files
committed
Fix documentation
1 parent 57e4735 commit b916864

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
@@ -1528,7 +1528,7 @@ def DeclareReductionOp : OpenMP_Op<"declare_reduction", [IsolatedFromAbove,
15281528
Symbol]> {
15291529
let summary = "declares a reduction kind";
15301530
let description = [{
1531-
Declares an OpenMP reduction kind. This requires two mandatory and two
1531+
Declares an OpenMP reduction kind. This requires two mandatory and three
15321532
optional regions.
15331533

15341534
1. The optional alloc region specifies how to allocate the thread-local

0 commit comments

Comments
 (0)