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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Aug 26 02:20:42 PDT 2026


Author: Mattéo Rizza Murgier
Date: 2026-08-26T11:20:37+02:00
New Revision: 1514985dbc77d35cd8e1ed294b816ae8a2123462

URL: https://github.com/llvm/llvm-project/commit/1514985dbc77d35cd8e1ed294b816ae8a2123462
DIFF: https://github.com/llvm/llvm-project/commit/1514985dbc77d35cd8e1ed294b816ae8a2123462.diff

LOG: [mlir][docs] Fix typo in toy tutorial Ch4 (#218847)

Added: 
    

Modified: 
    mlir/docs/Tutorials/Toy/Ch-4.md

Removed: 
    


################################################################################
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