Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
fix typographical error (#261)
Browse files Browse the repository at this point in the history
fix typographical error 
line 92
from genrate -> generate
  • Loading branch information
Joejiong committed Oct 28, 2020
1 parent f0aadbc commit 8a1183a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ outputs = outputs.c_header("./test02_matmul_block.h").c_source("./test02_matmul_
compiler.Compile(builder.Build(), outputs);
```

This can genrate the optimized C source code like
This can generate the optimized C source code like

```c++
void matmul_block(void* _args, int32_t num_args)
Expand Down

0 comments on commit 8a1183a

Please sign in to comment.