From 438e4336569f90adcb8c994df54bc410f56cde07 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Mon, 8 Nov 2010 23:15:08 +0000 Subject: cleanup, documentation, SMT-LIBv2 compliance --- src/prop/cnf_stream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/prop') diff --git a/src/prop/cnf_stream.h b/src/prop/cnf_stream.h index e307732f4..96d1925de 100644 --- a/src/prop/cnf_stream.h +++ b/src/prop/cnf_stream.h @@ -72,7 +72,7 @@ protected: /** * Asserts the given clause to the sat solver. * @param node the node giving rise to this clause - * @param clause the clasue to assert + * @param clause the clause to assert */ void assertClause(TNode node, SatClause& clause); -- cgit v1.2.3