aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorN. Engelhardt <nak@symbioticeda.com>2020-03-23 12:33:05 +0100
committerGitHub <noreply@github.com>2020-03-23 12:33:05 +0100
commiteb2bf340fb46c263c869ff7ce3083864f931c4fb (patch)
tree23fa1a25cfed67d0e71c0ea63306931c09db02f2
parent91d12f4d595fe12db4cf4774552f1a9b5481cc28 (diff)
parentb08932cb81ed16d1abbb0b2baf0ceb4060099142 (diff)
downloadyosys-eb2bf340fb46c263c869ff7ce3083864f931c4fb.tar.gz
yosys-eb2bf340fb46c263c869ff7ce3083864f931c4fb.tar.bz2
yosys-eb2bf340fb46c263c869ff7ce3083864f931c4fb.zip
Merge pull request #1805 from hofstee/master
fix typo in `write_smt2` help
-rw-r--r--backends/smt2/smt2.cc2
-rw-r--r--manual/command-reference-manual.tex2
2 files changed, 2 insertions, 2 deletions
diff --git a/backends/smt2/smt2.cc b/backends/smt2/smt2.cc
index ea252b6b9..628765831 100644
--- a/backends/smt2/smt2.cc
+++ b/backends/smt2/smt2.cc
@@ -1394,7 +1394,7 @@ struct Smt2Backend : public Backend {
log("\n");
log("For this proof we create the following template (test.tpl).\n");
log("\n");
- log(" ; we need QF_UFBV for this poof\n");
+ log(" ; we need QF_UFBV for this proof\n");
log(" (set-logic QF_UFBV)\n");
log("\n");
log(" ; insert the auto-generated code here\n");
diff --git a/manual/command-reference-manual.tex b/manual/command-reference-manual.tex
index bed6326e2..4925defe3 100644
--- a/manual/command-reference-manual.tex
+++ b/manual/command-reference-manual.tex
@@ -5350,7 +5350,7 @@ never transition from a non-zero value to a zero value.
For this proof we create the following template (test.tpl).
- ; we need QF_UFBV for this poof
+ ; we need QF_UFBV for this proof
(set-logic QF_UFBV)
; insert the auto-generated code here