3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-27 10:55:51 +00:00

fixed typos

This commit is contained in:
Johann Glaser 2013-03-17 22:02:30 +01:00 committed by Clifford Wolf
parent ba3793b642
commit cd8008bda0
12 changed files with 26 additions and 26 deletions

View file

@ -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");