[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:38 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-mlir

Author: None (csstormq)

<details>
<summary>Changes</summary>



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


1 Files Affected:

- (modified) mlir/docs/PassManagement.md (+1-1) 


``````````diff
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++

``````````

</details>


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


More information about the Mlir-commits mailing list