about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
-rw-r--r--include/klee/Solver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/klee/Solver.h b/include/klee/Solver.h
index 9e05967d..46925164 100644
--- a/include/klee/Solver.h
+++ b/include/klee/Solver.h
@@ -93,7 +93,7 @@ namespace klee {
     bool mustBeFalse(const Query&, bool &result);
 
     /// mayBeTrue - Determine if there is a valid assignment for the given state
-    /// in which the expression evaluates to false.
+    /// in which the expression evaluates to true.
     ///
     /// \param [out] result - On success, true iff the expresssion is true for
     /// some satisfying assignment.