summaryrefslogtreecommitdiff
path: root/src/prop
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-11-08 23:15:08 +0000
committerMorgan Deters <mdeters@gmail.com>2010-11-08 23:15:08 +0000
commit438e4336569f90adcb8c994df54bc410f56cde07 (patch)
treeab8d108445c362b017a30553bb7fcfbe84dbe305 /src/prop
parent15171a8c15cde42914a47f0d1b8bad5ebd6be6e6 (diff)
cleanup, documentation, SMT-LIBv2 compliance
Diffstat (limited to 'src/prop')
-rw-r--r--src/prop/cnf_stream.h2
1 files changed, 1 insertions, 1 deletions
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);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback