summaryrefslogtreecommitdiff
path: root/src/theory/builtin
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/builtin')
-rw-r--r--src/theory/builtin/theory_builtin_type_rules.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/builtin/theory_builtin_type_rules.h b/src/theory/builtin/theory_builtin_type_rules.h
index 00649a5af..54139c433 100644
--- a/src/theory/builtin/theory_builtin_type_rules.h
+++ b/src/theory/builtin/theory_builtin_type_rules.h
@@ -101,8 +101,8 @@ class AbstractValueTypeRule {
inline static TypeNode computeType(NodeManager* nodeManager, TNode n, bool check) {
// An UnknownTypeException means that this node has no type. For now,
// only abstract values are like this---and then, only if they are created
- // by the user and don't actually correspond to one that the SmtEngine gave
- // them previously.
+ // by the user and don't actually correspond to one that the SolverEngine
+ // gave them previously.
throw UnknownTypeException(n);
}
};/* class AbstractValueTypeRule */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback