[Mlir-commits] [mlir] [mlir][docs] Fix typo in toy tutorial Ch4 (PR #218847)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Aug 26 00:03:19 PDT 2026


llvmorg-github-actions[bot] wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-mlir

Author: Mattéo Rizza Murgier (matteo-rm)

<details>
<summary>Changes</summary>



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


1 Files Affected:

- (modified) mlir/docs/Tutorials/Toy/Ch-4.md (+1-1) 


``````````diff
diff --git a/mlir/docs/Tutorials/Toy/Ch-4.md b/mlir/docs/Tutorials/Toy/Ch-4.md
index 621f6a684285a..083a661a968b2 100644
--- a/mlir/docs/Tutorials/Toy/Ch-4.md
+++ b/mlir/docs/Tutorials/Toy/Ch-4.md
@@ -56,7 +56,7 @@ In this case, the interface is `DialectInlinerInterface`.
 
 ```c++
 /// This class defines the interface for handling inlining with Toy operations.
-/// We simplify inherit from the base interface class and override
+/// We simply inherit from the base interface class and override
 /// the necessary methods.
 struct ToyInlinerInterface : public DialectInlinerInterface {
   using DialectInlinerInterface::DialectInlinerInterface;

``````````

</details>


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


More information about the Mlir-commits mailing list