Skip to content

Commit 50eb188

Browse files
committed
Updated description.
1 parent 82330e2 commit 50eb188

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
@@ -1759,7 +1759,7 @@ def DeclareMapperOp : OpenMP_Op<"declare_mapper", traits = [
17591759
let summary = "declare mapper directive";
17601760
let description = [{
17611761
The declare mapper directive declares a user-defined mapper for a given
1762-
type, and may define a mapper-identifier that can be used in a map clause.
1762+
type, and defines a mapper-identifier that can be used in a map clause.
17631763
}] # clausesDescription;
17641764

17651765
let arguments = !con((ins SymbolNameAttr:$sym_name,

0 commit comments

Comments
 (0)