From b6ad34343d0a09de37dc4e5ff57cd8625dca3fc4 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Wed, 20 Mar 2013 18:16:26 -0400 Subject: Merging some cleanup work: * Comment cleanup * Spelling fixes * Fix warnings * Documentation updates * References in docs to cryptominisat removed * Unneeded scope resolutions removed * Old, unused regression removed --- src/theory/quantifiers/term_database.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/theory/quantifiers/term_database.h') diff --git a/src/theory/quantifiers/term_database.h b/src/theory/quantifiers/term_database.h index 6bfea5c44..e232a382e 100644 --- a/src/theory/quantifiers/term_database.h +++ b/src/theory/quantifiers/term_database.h @@ -212,7 +212,7 @@ private: std::map< TNode, std::vector< TNode > > d_var_contains; /** triggers for each operator */ std::map< Node, std::vector< inst::Trigger* > > d_op_triggers; - /** helper for is intance of */ + /** helper for is instance of */ bool isUnifiableInstanceOf( Node n1, Node n2, std::map< Node, Node >& subs ); public: /** compute var contains */ -- cgit v1.2.3