From 91ab0391fe69419726448d634f8050c105035232 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Fri, 10 Feb 2012 20:27:10 +0000 Subject: [PATCH] correct comment typo found during today's architectural meeting --- src/theory/valuation.h | 4 ++-- 1 file 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, -- 2.30.2