[Mlir-commits] [mlir] [mlir][docs] Fix typo in PassManagement.md (NFC) (PR #140891)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed May 21 06:05:04 PDT 2025
https://github.com/csstormq created https://github.com/llvm/llvm-project/pull/140891
None
>From 307bf35893e3d5dd1ca771d765935f6009e01d06 Mon Sep 17 00:00:00 2001
From: csstormq <swust_xiaoqiangxu at 163.com>
Date: Wed, 21 May 2025 21:02:38 +0800
Subject: [PATCH] [mlir][docs] Fix typo in PassManagement.md (NFC)
---
mlir/docs/PassManagement.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mlir/docs/PassManagement.md b/mlir/docs/PassManagement.md
index eda48a44cf023..a920d57c7cd25 100644
--- a/mlir/docs/PassManagement.md
+++ b/mlir/docs/PassManagement.md
@@ -878,7 +878,7 @@ struct MyPassOptions {
#endif // GEN_PASS_DECL_MYPASS
```
-The utogenerated file will also contain the declarations of the default
+The autogenerated file will also contain the declarations of the default
constructors.
```c++
More information about the Mlir-commits
mailing list