Skip to content

Commit d39a9f2

Browse files
authored
Update IRDLOps.td
1 parent a86344c commit d39a9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/IRDL/IR/IRDLOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ def IRDL_AllOfOp : IRDL_ConstraintOp<"all_of",
634634
```
635635

636636
The above program defines a type `complex` inside the dialect `cmath` that
637-
can has one parameter that must be 32-bit long and a float (in other
637+
can have one parameter that must be 32-bit long and a float (in other
638638
words, that must be `f32`).
639639
}];
640640

0 commit comments

Comments
 (0)