summaryrefslogtreecommitdiff
path: root/src/prop/cnf_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/cnf_stream.h')
-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 f75e74d63..69db89086 100644
--- a/src/prop/cnf_stream.h
+++ b/src/prop/cnf_stream.h
@@ -327,7 +327,7 @@ private:
/**
* Transforms the node into CNF recursively.
* @param node the formula to transform
- * @param negated wheather the literal is negated
+ * @param negated whether the literal is negated
* @return the literal representing the root of the formula
*/
SatLiteral toCNF(TNode node, bool negated = false);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback