diff options
Diffstat (limited to 'passes/scc')
-rw-r--r-- | passes/scc/scc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/scc/scc.cc b/passes/scc/scc.cc index 0dde3cbe8..f8c351a43 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"); |