summaryrefslogtreecommitdiff
path: root/passes/scc/scc.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/scc/scc.cc
parentba3793b6420f2a0288c43be0cd4016fd5473acaf (diff)
fixed typos
Diffstat (limited to 'passes/scc/scc.cc')
-rw-r--r--passes/scc/scc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/scc/scc.cc b/passes/scc/scc.cc
index 0dde3cbe..f8c351a4 100644
--- a/passes/scc/scc.cc
+++ b/passes/scc/scc.cc
@@ -211,7 +211,7 @@ struct SccPass : public Pass {
log("\n");
log(" -max_depth <num>\n");
log(" limit to loops not longer than the specified number of cells. This can\n");
- log(" e.g. be usefull in identifying local loops in a module that turns out\n");
+ log(" e.g. be useful in identifying local loops in a module that turns out\n");
log(" to be one gigantic SCC.\n");
log("\n");
log(" -all_cell_types\n");