summaryrefslogtreecommitdiff
path: root/proofs/signatures
diff options
context:
space:
mode:
authorFabian Wolff <fabi.wolff@arcor.de>2017-04-05 00:47:10 +0200
committerFabian Wolff <fabi.wolff@arcor.de>2017-04-05 00:47:10 +0200
commit3079060385f448ca97dcfc4679ca369806a75ed0 (patch)
treeab41e54d4192537151f8afe28e22d31546e7f90f /proofs/signatures
parentbf682b92e2bddcd490604f8a65c440b9c4c2f2f9 (diff)
Fix several spelling errors
Diffstat (limited to 'proofs/signatures')
-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 2b2fe0868..254be92a0 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