aboutsummaryrefslogtreecommitdiffstats
path: root/backends/blif/blif.cc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-09-06 11:46:44 +0200
committerClifford Wolf <clifford@clifford.at>2014-09-06 11:46:44 +0200
commit34af6a130370671439da19ef55c2c45a35fd3ad0 (patch)
treea822cd8d8cd5aa7f732dcb71fa20e391872e885a /backends/blif/blif.cc
parente1743b3bac8c86f3cf857892dabf66bec5573a7a (diff)
parent652345c9cd41a6a93925477e44a6d7925b0d7584 (diff)
downloadyosys-34af6a130370671439da19ef55c2c45a35fd3ad0.tar.gz
yosys-34af6a130370671439da19ef55c2c45a35fd3ad0.tar.bz2
yosys-34af6a130370671439da19ef55c2c45a35fd3ad0.zip
Merge branch 'master' of github.com:cliffordwolf/yosys
Diffstat (limited to 'backends/blif/blif.cc')
-rw-r--r--backends/blif/blif.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/blif/blif.cc b/backends/blif/blif.cc
index 919022abe..ee12546ce 100644
--- a/backends/blif/blif.cc
+++ b/backends/blif/blif.cc
@@ -280,7 +280,7 @@ struct BlifBackend : public Backend {
log(" -false <cell-type> <out-port>\n");
log(" use the specified cell types to drive nets that are constant 1 or 0\n");
log("\n");
- log("The following options can be usefull when the generated file is not going to be\n");
+ log("The following options can be useful when the generated file is not going to be\n");
log("read by a BLIF parser but a custom tool. It is recommended to not name the output\n");
log("file *.blif when any of this options is used.\n");
log("\n");