summaryrefslogtreecommitdiff
path: root/src/smt
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-05-23 23:15:25 +0000
committerMorgan Deters <mdeters@gmail.com>2011-05-23 23:15:25 +0000
commit5707fbf2af8c3a941ce3249cf0cb3190a5b069e4 (patch)
tree084d0868ffcf319c8a92b3e4e65080a1709ce61d /src/smt
parent3f7f9df5f0c419b7f7dd39e32852161f406a441f (diff)
fixes for "make dist" and "make doc", minor cleanups
Diffstat (limited to 'src/smt')
-rw-r--r--src/smt/smt_engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smt/smt_engine.cpp b/src/smt/smt_engine.cpp
index b8f8a522f..c381ba5bd 100644
--- a/src/smt/smt_engine.cpp
+++ b/src/smt/smt_engine.cpp
@@ -87,7 +87,7 @@ public:
* This is an inelegant solution, but for the present, it will work.
* The point of this is to separate the public and private portions of
* the SmtEngine class, so that smt_engine.h doesn't
- * #include "expr/node.h", which is a private CVC4 header (and can lead
+ * include "expr/node.h", which is a private CVC4 header (and can lead
* to linking errors due to the improper inlining of non-visible symbols
* into user code!).
*
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback