Skip to content

Commit 36ebc63

Browse files
committed
[mlir][doc] Fix typo in Ch6 tutorial: 'toy.cpp' → 'toyc.cpp'
1 parent e5d925f commit 36ebc63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/docs/Tutorials/Toy/Ch-6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ define void @main()
245245
```
246246

247247
The full code listing for dumping LLVM IR can be found in
248-
`examples/toy/Ch6/toy.cpp` in the `dumpLLVMIR()` function:
248+
`examples/toy/Ch6/toyc.cpp` in the `dumpLLVMIR()` function:
249249

250250
```c++
251251

0 commit comments

Comments
 (0)