summaryrefslogtreecommitdiff
path: root/src/theory/valuation.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-02-10 20:27:10 +0000
committerMorgan Deters <mdeters@gmail.com>2012-02-10 20:27:10 +0000
commit91ab0391fe69419726448d634f8050c105035232 (patch)
tree7dea6d4a60291ee1abc8c55952cc18783cda1e40 /src/theory/valuation.h
parentd31ba827811ac3267366496eb3d893b65962bedc (diff)
correct comment typo found during today's architectural meeting
Diffstat (limited to 'src/theory/valuation.h')
-rw-r--r--src/theory/valuation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/valuation.h b/src/theory/valuation.h
index 28a743dc8..ab47dcbdd 100644
--- a/src/theory/valuation.h
+++ b/src/theory/valuation.h
@@ -36,9 +36,9 @@ namespace theory {
* The status of an equality in the current context.
*/
enum EqualityStatus {
- /** The equality is known to be true, and has been propagated */
- EQUALITY_TRUE_AND_PROPAGATED,
/** The equality is known to be true and has been propagated */
+ EQUALITY_TRUE_AND_PROPAGATED,
+ /** The equality is known to be false and has been propagated */
EQUALITY_FALSE_AND_PROPAGATED,
/** The equality is known to be true */
EQUALITY_TRUE,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback