mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-31 16:33:19 +00:00
fixed typos
This commit is contained in:
parent
ba3793b642
commit
cd8008bda0
12 changed files with 26 additions and 26 deletions
|
@ -241,7 +241,7 @@ struct FsmExpandPass : public Pass {
|
|||
log("\n");
|
||||
log(" fsm_expand [selection]\n");
|
||||
log("\n");
|
||||
log("The fsm_extract pass is conservative about the cells that belong the a finate\n");
|
||||
log("The fsm_extract pass is conservative about the cells that belong to a finite\n");
|
||||
log("state machine. This pass can be used to merge additional auxiliary gates into\n");
|
||||
log("the finate state machine.\n");
|
||||
log("\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue