[Mlir-commits] [mlir] Fix typo in IRDL docs (PR #140460)
Noam Zaks
llvmlistbot at llvm.org
Sun May 18 08:41:24 PDT 2025
https://github.com/noamzaks created https://github.com/llvm/llvm-project/pull/140460
None
>From d39a9f2ab3a6e4cafa9dc51680f4ecb3ecb5b5cd Mon Sep 17 00:00:00 2001
From: Noam Zaks <63877260+noamzaks at users.noreply.github.com>
Date: Sun, 18 May 2025 18:40:23 +0300
Subject: [PATCH] Update IRDLOps.td
---
mlir/include/mlir/Dialect/IRDL/IR/IRDLOps.td | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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`).
}];
More information about the Mlir-commits
mailing list