summaryrefslogtreecommitdiff
path: root/passes/fsm/fsm_detect.cc
diff options
context:
space:
mode:
authorJohann Glaser <Johann.Glaser@gmx.at>2013-03-17 22:02:30 +0100
committerClifford Wolf <clifford@clifford.at>2013-03-18 07:28:31 +0100
commitcd8008bda01091b7da63d4a2c7b2fe3749ee9f36 (patch)
tree8da22fcbe26dcad0c0babcba07a965ef0623233b /passes/fsm/fsm_detect.cc
parentba3793b6420f2a0288c43be0cd4016fd5473acaf (diff)
fixed typos
Diffstat (limited to 'passes/fsm/fsm_detect.cc')
-rw-r--r--passes/fsm/fsm_detect.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/passes/fsm/fsm_detect.cc b/passes/fsm/fsm_detect.cc
index f20675ff..e1cef943 100644
--- a/passes/fsm/fsm_detect.cc
+++ b/passes/fsm/fsm_detect.cc
@@ -116,14 +116,14 @@ struct FsmDetectPass : public Pass {
log("\n");
log(" fsm_detect [selection]\n");
log("\n");
- log("This pass detects finite state machine by identifying the state signal.\n");
+ log("This pass detects finite state machines by identifying the state signal.\n");
log("The state signal is then marked by setting the attribute 'fsm_encoding'\n");
log("on the state signal to \"auto\".\n");
log("\n");
log("Existing 'fsm_encoding' attributes are not changed by this pass.\n");
log("\n");
- log("Signals can be protected from beeing detected by this pass by setting the\n");
- log("'fsm_encoding' atrribute to \"none\".\n");
+ log("Signals can be protected from being detected by this pass by setting the\n");
+ log("'fsm_encoding' attribute to \"none\".\n");
log("\n");
}
virtual void execute(std::vector<std::string> args, RTLIL::Design *design)