summaryrefslogtreecommitdiff
path: root/src/smt/smt_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/smt_engine.h')
-rw-r--r--src/smt/smt_engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smt/smt_engine.h b/src/smt/smt_engine.h
index 7a5f39056..f5036bed7 100644
--- a/src/smt/smt_engine.h
+++ b/src/smt/smt_engine.h
@@ -137,7 +137,7 @@ class CVC4_PUBLIC SmtEngine {
/**
* Whether or not a query() or checkSat() has already been made through
- * this SmtEngine. If true, and d_incrementalSolving is false, then
+ * this SmtEngine. If true, and incrementalSolving is false, then
* attempting an additional query() or checkSat() will fail with a
* ModalException.
*/
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback