aboutsummaryrefslogtreecommitdiffstats
path: root/backends
diff options
context:
space:
mode:
authorSebastian Kuzminsky <seb@highlab.com>2016-02-28 15:14:01 -0700
committerSebastian Kuzminsky <seb@highlab.com>2016-02-28 15:14:01 -0700
commit7e6426a67da352e0ea41f80b9303087545cb12ac (patch)
tree12dc9e1a7c91d655e2df84bb4ab7742f04f85e62 /backends
parentc89f61c730da973adc7cce93f0839db49683c761 (diff)
downloadyosys-7e6426a67da352e0ea41f80b9303087545cb12ac.tar.gz
yosys-7e6426a67da352e0ea41f80b9303087545cb12ac.tar.bz2
yosys-7e6426a67da352e0ea41f80b9303087545cb12ac.zip
user-facing spelling fixes
"speciefied" -> "specified" "unkown" -> "unknown"
Diffstat (limited to 'backends')
-rw-r--r--backends/json/json.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/backends/json/json.cc b/backends/json/json.cc
index 9bc936a6c..7d5ee58e8 100644
--- a/backends/json/json.cc
+++ b/backends/json/json.cc
@@ -411,10 +411,10 @@ struct JsonBackend : public Backend {
log(" - the inverted value of the specified input port bit\n");
log("\n");
log(" [ \"and\", <node-index>, <node-index>, <out-list> ]\n");
- log(" - the ANDed value of the speciefied nodes\n");
+ log(" - the ANDed value of the specified nodes\n");
log("\n");
log(" [ \"nand\", <node-index>, <node-index>, <out-list> ]\n");
- log(" - the inverted ANDed value of the speciefied nodes\n");
+ log(" - the inverted ANDed value of the specified nodes\n");
log("\n");
log(" [ \"true\", <out-list> ]\n");
log(" - the constant value 1\n");
@@ -445,7 +445,7 @@ struct JsonBackend : public Backend {
log(" ]\n");
log("\n");
log("Future version of Yosys might add support for additional fields in the JSON\n");
- log("format. A program processing this format must ignore all unkown fields.\n");
+ log("format. A program processing this format must ignore all unknown fields.\n");
log("\n");
}
virtual void execute(std::ostream *&f, std::string filename, std::vector<std::string> args, RTLIL::Design *design)