Skip to content

Commit 68c3b53

Browse files
authored
[mlir][doc] Fix typo in Ch6 tutorial: 'toy.cpp' → 'toyc.cpp' (NFC) (#161245)
This patch fixes a documentation typo in the MLIR Toy tutorial (Ch6). The tutorial currently refers to `examples/toy/Ch6/toy.cpp`, but the correct file name is `examples/toy/Ch6/toyc.cpp`.
1 parent 8d48d69 commit 68c3b53

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)