From cd8008bda01091b7da63d4a2c7b2fe3749ee9f36 Mon Sep 17 00:00:00 2001 From: Johann Glaser Date: Sun, 17 Mar 2013 22:02:30 +0100 Subject: fixed typos --- passes/scc/scc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'passes/scc') 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 \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"); -- cgit v1.2.3