Skip to content

Commit 4ed0039

Browse files
authored
Update README.md (buddy-compiler#88)
1 parent aeba1c1 commit 4ed0039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ following targets:
1717

1818
- Translate Target (`<Dialect Name>-<Operation Name>-translate`): the translate target is designed to show the LLVM IR that generate from MLIR. The name of the output file is `log.ll`.
1919

20-
- Executable Target (`<Dialect Name>-<Operation Name>-run`): the executable target uses MLIR JIT engine to showe the result of the cases.
20+
- Executable Target (`<Dialect Name>-<Operation Name>-run`): the executable target uses MLIR JIT engine to show the result of the cases.
2121

2222
You can run these targets with the `make` command. Take an example with the `memref.dim` operation, you can run the following command:
2323

0 commit comments

Comments
 (0)