summaryrefslogtreecommitdiff
path: root/proofs
diff options
context:
space:
mode:
authorClark Barrett <barrett@cs.stanford.edu>2017-04-05 23:32:12 -0700
committerGitHub <noreply@github.com>2017-04-05 23:32:12 -0700
commitf134f6845711821583c594acab5008eb5662888e (patch)
treeb7aa244518afb1c33fdd34ad466a755f5ee96677 /proofs
parentc03e334d8d204d4083c4bdf2674d1438fdeab394 (diff)
parent3079060385f448ca97dcfc4679ca369806a75ed0 (diff)
Merge pull request #143 from FabianWolff/master
Fix several spelling errors
Diffstat (limited to 'proofs')
-rw-r--r--proofs/signatures/th_bv_bitblast.plf2
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/signatures/th_bv_bitblast.plf b/proofs/signatures/th_bv_bitblast.plf
index 109155a21..f01b388ed 100644
--- a/proofs/signatures/th_bv_bitblast.plf
+++ b/proofs/signatures/th_bv_bitblast.plf
@@ -425,7 +425,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; bit blast x = y
-; for x,y of size n, it will return a conjuction (x.0 = y.0 ^ ( ... ^ (x.{n-1} = y.{n-1})))
+; for x,y of size n, it will return a conjunction (x.0 = y.0 ^ ( ... ^ (x.{n-1} = y.{n-1})))
; f is the accumulator formula that builds the equality in the right order
(program bblast_eq_rec ((x bblt) (y bblt) (f formula)) formula
(match x
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback