summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorSebastian Kuzminsky <seb@highlab.com>2016-02-27 18:56:23 -0700
committerSebastian Kuzminsky <seb@highlab.com>2016-03-03 21:32:22 -0700
commit4d50d04cd1dc7b59a4e905b0274fa3b2ebfb6fb2 (patch)
tree289a9df3c597575eb326b08699e4db3572f85738 /debian/patches
parentb34624ae74efaf13ac775fbbd2ac16d90468f65f (diff)
fix upstream spelling mistakes
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/series1
-rw-r--r--debian/patches/spelling-fixes.patch55
2 files changed, 56 insertions, 0 deletions
diff --git a/debian/patches/series b/debian/patches/series
index 11a03dc4..0c249a07 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
02_removeabc.patch
03_notruntests.patch
05_abc_executable.patch
+spelling-fixes.patch
diff --git a/debian/patches/spelling-fixes.patch b/debian/patches/spelling-fixes.patch
new file mode 100644
index 00000000..50700418
--- /dev/null
+++ b/debian/patches/spelling-fixes.patch
@@ -0,0 +1,55 @@
+Description: Fix some spelling mistakes in upstream's strings.
+Forwarded: accepted by upstream in PR #119
+Author: Sebastian Kuzminsky <seb@highlab.com>
+Index: yosys/backends/json/json.cc
+===================================================================
+--- yosys.orig/backends/json/json.cc 2016-02-24 15:41:34.500689004 -0700
++++ yosys/backends/json/json.cc 2016-02-27 18:55:38.342523778 -0700
+@@ -411,10 +411,10 @@
+ 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 @@
+ 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)
+Index: yosys/manual/command-reference-manual.tex
+===================================================================
+--- yosys.orig/manual/command-reference-manual.tex 2016-02-27 16:24:11.177827043 -0700
++++ yosys/manual/command-reference-manual.tex 2016-02-27 18:55:42.814481159 -0700
+@@ -3783,10 +3783,10 @@
+ - the inverted value of the specified input port bit
+
+ [ "and", <node-index>, <node-index>, <out-list> ]
+- - the ANDed value of the speciefied nodes
++ - the ANDed value of the specified nodes
+
+ [ "nand", <node-index>, <node-index>, <out-list> ]
+- - the inverted ANDed value of the speciefied nodes
++ - the inverted ANDed value of the specified nodes
+
+ [ "true", <out-list> ]
+ - the constant value 1
+@@ -3817,7 +3817,7 @@
+ ]
+
+ Future version of Yosys might add support for additional fields in the JSON
+-format. A program processing this format must ignore all unkown fields.
++format. A program processing this format must ignore all unknown fields.
+ \end{lstlisting}
+
+ \section{write\_smt2 -- write design to SMT-LIBv2 file}