diff options
author | Johann Glaser <Johann.Glaser@gmx.at> | 2013-03-17 22:02:30 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2013-03-18 07:28:31 +0100 |
commit | cd8008bda01091b7da63d4a2c7b2fe3749ee9f36 (patch) | |
tree | 8da22fcbe26dcad0c0babcba07a965ef0623233b /passes/fsm/fsm_expand.cc | |
parent | ba3793b6420f2a0288c43be0cd4016fd5473acaf (diff) | |
download | yosys-cd8008bda01091b7da63d4a2c7b2fe3749ee9f36.tar.gz yosys-cd8008bda01091b7da63d4a2c7b2fe3749ee9f36.tar.bz2 yosys-cd8008bda01091b7da63d4a2c7b2fe3749ee9f36.zip |
fixed typos
Diffstat (limited to 'passes/fsm/fsm_expand.cc')
-rw-r--r-- | passes/fsm/fsm_expand.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/fsm/fsm_expand.cc b/passes/fsm/fsm_expand.cc index e6829f49e..df3aec85a 100644 --- a/passes/fsm/fsm_expand.cc +++ b/passes/fsm/fsm_expand.cc @@ -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"); |