Skip to content

Commit 7a8eb37

Browse files
committed
Updated description.
1 parent ff980db commit 7a8eb37

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
@@ -1699,7 +1699,7 @@ def DeclareMapperOp : OpenMP_Op<"declare_mapper", traits = [
16991699
let summary = "declare mapper directive";
17001700
let description = [{
17011701
The declare mapper directive declares a user-defined mapper for a given
1702-
type, and may define a mapper-identifier that can be used in a map clause.
1702+
type, and defines a mapper-identifier that can be used in a map clause.
17031703
}] # clausesDescription;
17041704

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

0 commit comments

Comments
 (0)