summaryrefslogtreecommitdiff
path: root/src/theory/instantiator_default.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/instantiator_default.h')
-rw-r--r--src/theory/instantiator_default.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/instantiator_default.h b/src/theory/instantiator_default.h
index 351d0c4a3..8e0e47231 100644
--- a/src/theory/instantiator_default.h
+++ b/src/theory/instantiator_default.h
@@ -40,7 +40,7 @@ public:
void assertNode( Node assertion );
/** identify */
std::string identify() const { return std::string("InstantiatorDefault"); }
-};/* class Instantiatior */
+};/* class InstantiatorDefault */
}/* CVC4::theory namespace */
}/* CVC4 namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback