about summary refs log tree commit diff homepage
path: root/include
diff options
context:
space:
mode:
authorDan Liew <daniel.liew@imperial.ac.uk>2014-12-13 15:45:02 +0000
committerDan Liew <daniel.liew@imperial.ac.uk>2014-12-13 15:50:08 +0000
commit92ae53041ef2e0a89b90a4128d3fed280e4427cf (patch)
tree937c06d004f6dc311da5562b810c06746db2799c /include
parent41e56526a598316c634d29e5ef56aa71c9e38a05 (diff)
downloadklee-92ae53041ef2e0a89b90a4128d3fed280e4427cf.tar.gz
Clean up a few comments in ExprSMTLIBPrinter
Diffstat (limited to 'include')
-rw-r--r--include/klee/util/ExprSMTLIBPrinter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/klee/util/ExprSMTLIBPrinter.h b/include/klee/util/ExprSMTLIBPrinter.h
index a27d2bbc..6b0d260a 100644
--- a/include/klee/util/ExprSMTLIBPrinter.h
+++ b/include/klee/util/ExprSMTLIBPrinter.h
@@ -82,7 +82,7 @@ public:
   enum SMTLIBv2Logic {
     QF_ABV,  ///< Logic using Theory of Arrays and Theory of Bitvectors
     QF_AUFBV ///< Logic using Theory of Arrays and Theory of Bitvectors and has
-             ///uninterpreted functions
+             ///< uninterpreted functions
   };
 
   /// Different SMTLIBv2 options that have a boolean value that can be set
@@ -99,7 +99,7 @@ public:
     OPTION_TRUE,   ///< Set option to true
     OPTION_FALSE,  ///< Set option to false
     OPTION_DEFAULT ///< Use solver's defaults (the option will not be set in
-                   ///output)
+                   ///< output)
   };
 
   enum ConstantDisplayMode {