Skip to content

Commit 83b19a6

Browse files
committed
Updated description.
1 parent afcc130 commit 83b19a6

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
@@ -1662,7 +1662,7 @@ def DeclareMapperOp : OpenMP_Op<"declare_mapper", traits = [
16621662
let summary = "declare mapper directive";
16631663
let description = [{
16641664
The declare mapper directive declares a user-defined mapper for a given
1665-
type, and may define a mapper-identifier that can be used in a map clause.
1665+
type, and defines a mapper-identifier that can be used in a map clause.
16661666
}] # clausesDescription;
16671667

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

0 commit comments

Comments
 (0)