[Mlir-commits] [mlir] Fix typo in IRDL docs (PR #140460)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sun May 18 08:42:15 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-mlir

Author: Noam Zaks (noamzaks)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/140460.diff


1 Files Affected:

- (modified) mlir/include/mlir/Dialect/IRDL/IR/IRDLOps.td (+1-1) 


``````````diff
diff --git a/mlir/include/mlir/Dialect/IRDL/IR/IRDLOps.td b/mlir/include/mlir/Dialect/IRDL/IR/IRDLOps.td
index f3bc3497500e7..1508671485785 100644
--- a/mlir/include/mlir/Dialect/IRDL/IR/IRDLOps.td
+++ b/mlir/include/mlir/Dialect/IRDL/IR/IRDLOps.td
@@ -634,7 +634,7 @@ def IRDL_AllOfOp : IRDL_ConstraintOp<"all_of",
     ```
 
     The above program defines a type `complex` inside the dialect `cmath` that
-    can has one parameter that must be 32-bit long and a float (in other
+    can have one parameter that must be 32-bit long and a float (in other
     words, that must be `f32`).
   }];
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/140460


More information about the Mlir-commits mailing list