Skip to content

Commit 1f40d54

Browse files
author
Brian Huffman
committed
Fix spelling error
1 parent 8f17eb4 commit 1f40d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SAWScript/Interpreter.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ primitives = Map.fromList
626626

627627
, prim "cec" "AIG -> AIG -> TopLevel ProofResult"
628628
(pureVal cecPrim)
629-
[ "Perform a Combinitorial Equivalance Check between two AIGs."
629+
[ "Perform a Combinatorial Equivalence Check between two AIGs."
630630
, "The AIGs must have the same number of inputs and outputs."
631631
]
632632

0 commit comments

Comments
 (0)