aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/driver.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 /kernel/driver.cc
parent80910d13a610886f4430fbd991ada78b2e586ada (diff)
downloadyosys-84bf862f7c58c2b69babf043ff5032f924a3ee4d.tar.gz
yosys-84bf862f7c58c2b69babf043ff5032f924a3ee4d.tar.bz2
yosys-84bf862f7c58c2b69babf043ff5032f924a3ee4d.zip
Spell check (by Larry Doolittle)
Diffstat (limited to 'kernel/driver.cc')
-rw-r--r--kernel/driver.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/driver.cc b/kernel/driver.cc
index ce40425d2..95835951e 100644
--- a/kernel/driver.cc
+++ b/kernel/driver.cc
@@ -217,7 +217,7 @@ int main(int argc, char **argv)
printf(" print version information and exit\n");
printf("\n");
printf("The option -S is an shortcut for calling the \"synth\" command, a default\n");
- printf("script for transforming the verilog input to a gate-level netlist. For example:\n");
+ printf("script for transforming the Verilog input to a gate-level netlist. For example:\n");
printf("\n");
printf(" yosys -o output.blif -S input.v\n");
printf("\n");