aboutsummaryrefslogtreecommitdiffstats
path: root/passes/cmds/check.cc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-08-14 10:56:05 +0200
committerClifford Wolf <clifford@clifford.at>2015-08-14 10:56:05 +0200
commit84bf862f7c58c2b69babf043ff5032f924a3ee4d (patch)
treec19a405bc106c2472f1aaa46c36b189db3e5223f /passes/cmds/check.cc
parent80910d13a610886f4430fbd991ada78b2e586ada (diff)
downloadyosys-84bf862f7c58c2b69babf043ff5032f924a3ee4d.tar.gz
yosys-84bf862f7c58c2b69babf043ff5032f924a3ee4d.tar.bz2
yosys-84bf862f7c58c2b69babf043ff5032f924a3ee4d.zip
Spell check (by Larry Doolittle)
Diffstat (limited to 'passes/cmds/check.cc')
-rw-r--r--passes/cmds/check.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/cmds/check.cc b/passes/cmds/check.cc
index fe74408d4..2ad848386 100644
--- a/passes/cmds/check.cc
+++ b/passes/cmds/check.cc
@@ -35,7 +35,7 @@ struct CheckPass : public Pass {
log("\n");
log("This pass identifies the following problems in the current design:\n");
log("\n");
- log(" - combinatorical loops\n");
+ log(" - combinatorial loops\n");
log("\n");
log(" - two or more conflicting drivers for one wire\n");
log("\n");