diff --git a/mlir/docs/PassManagement.md b/mlir/docs/PassManagement.md index eda48a44cf02..a920d57c7cd2 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++