summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFrançois Bobot <francois@bobot.eu>2012-02-13 23:12:15 +0000
committerFrançois Bobot <francois@bobot.eu>2012-02-13 23:12:15 +0000
commit093fa1757392e7bfc18493f2daa87ff540aeea86 (patch)
treed44573a73e8918b7c7d885b258938668c1ae28bf /src
parentc691f9118e104129bf894b568542c7509e9747a0 (diff)
precision in theoryskel
Diffstat (limited to 'src')
-rw-r--r--src/theory/theory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/theory.h b/src/theory/theory.h
index 7441bbc4e..e6a2e2336 100644
--- a/src/theory/theory.h
+++ b/src/theory/theory.h
@@ -306,7 +306,7 @@ public:
* equality with one of these values (e.g. if STANDARD xxx) but
* rather use range checks (or use the helper functions below).
* Normally we call QUICK_CHECK or STANDARD; at the leaves we call
- * with MAX_EFFORT.
+ * with FULL_EFFORT.
*/
enum Effort {
MIN_EFFORT = 0,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback