[mlir][docs] Fix typo in PassManagement.md (NFC) (#140891)

This commit is contained in:
csstormq
2025-05-23 11:25:23 +08:00
committed by GitHub
parent 695d725edf
commit 8d30c73505

View File

@@ -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++