summaryrefslogtreecommitdiff
path: root/src/smt/smt_engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/smt_engine.cpp')
-rw-r--r--src/smt/smt_engine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/smt/smt_engine.cpp b/src/smt/smt_engine.cpp
index 3c320b814..8b5a93fa9 100644
--- a/src/smt/smt_engine.cpp
+++ b/src/smt/smt_engine.cpp
@@ -25,7 +25,7 @@
#include <ext/hash_map>
#include "context/cdlist.h"
-#include "context/cdset.h"
+#include "context/cdhashset.h"
#include "context/context.h"
#include "expr/command.h"
#include "expr/expr.h"
@@ -124,7 +124,7 @@ class SmtEnginePrivate {
theory::SubstitutionMap d_topLevelSubstitutions;
/**
- * The last substition that the SAT layer was told about.
+ * The last substitution that the SAT layer was told about.
* In incremental settings, substitutions cannot be performed
* "backward," only forward. So SAT needs to be told of all
* substitutions that are going to be done. This iterator
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback