fix: correct misleading comment in dump output
authorMorgan Deters <mdeters@gmail.com>
Wed, 28 Nov 2012 17:23:37 +0000 (17:23 +0000)
committerMorgan Deters <mdeters@gmail.com>
Wed, 28 Nov 2012 17:23:37 +0000 (17:23 +0000)
src/smt/smt_engine.cpp

index eaa1c1643bcbe2480002db43595510a4501e7f51..1b031f645c2fc56a851e8a02c8eec7603e69b813 100644 (file)
@@ -585,7 +585,7 @@ void SmtEngine::finishInit() {
     // Dump("benchmark") << SetBenchmarkLogicCommand(logic.getLogicString());
     LogicInfo everything;
     everything.lock();
-    Dump("benchmark") << CommentCommand("CVC4 always dumps the most general, \"all-supported\" logic (above), as some internals might require the use of a logic more general than the input.")
+    Dump("benchmark") << CommentCommand("CVC4 always dumps the most general, \"all-supported\" logic (below), as some internals might require the use of a logic more general than the input.")
                       << SetBenchmarkLogicCommand(everything.getLogicString());
   }