aboutsummaryrefslogtreecommitdiffstats
path: root/manual/command-reference-manual.tex
diff options
context:
space:
mode:
authorTeguh Hofstee <teguhhofstee@gmail.com>2020-03-23 02:14:26 -0700
committerTeguh Hofstee <teguhhofstee@gmail.com>2020-03-23 02:14:26 -0700
commitb08932cb81ed16d1abbb0b2baf0ceb4060099142 (patch)
tree13cbe18f1e1819df8316ded82cf1672da0313a1f /manual/command-reference-manual.tex
parentc34969d3f11acfdc411d63c5b830a6d15e82f9cc (diff)
downloadyosys-b08932cb81ed16d1abbb0b2baf0ceb4060099142.tar.gz
yosys-b08932cb81ed16d1abbb0b2baf0ceb4060099142.tar.bz2
yosys-b08932cb81ed16d1abbb0b2baf0ceb4060099142.zip
fix typo in `write_smt2` help
Diffstat (limited to 'manual/command-reference-manual.tex')
-rw-r--r--manual/command-reference-manual.tex2
1 files changed, 1 insertions, 1 deletions
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