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

Mattéo Rizza Murgier llvmlistbot at llvm.org
Wed Aug 26 00:02:44 PDT 2026


https://github.com/matteo-rm created https://github.com/llvm/llvm-project/pull/218847

None

>From ee627978fefc5372e22432478ce4a62864dbd5a4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Matt=C3=A9o=20Rizza=20Murgier?=
 <matteo.rizza-murgier at sipearl.com>
Date: Tue, 25 Aug 2026 18:20:55 +0200
Subject: [PATCH] [mlir][docs] Fix typo in toy tutorial Ch4

---
 mlir/docs/Tutorials/Toy/Ch-4.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;



More information about the Mlir-commits mailing list