Skip to content

Commit b136829

Browse files
authored
Merge pull request #16025 from gap-editor/1
SMTChecker: Fix typo in SMTPortfolio.cpp
2 parents 4c4860b + 76e8016 commit b136829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsmtutil/SMTPortfolio.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ void SMTPortfolio::addAssertion(Expression const& _expr)
7878
* Ideally all solvers answer the query and agree on what the answer is
7979
* (all say SAT or all say UNSAT).
8080
*
81-
* The actual logic as as follows:
81+
* The actual logic is as follows:
8282
* 1) If at least one solver answers the query, all the non-answer results are ignored.
8383
* Here SAT/UNSAT is preferred over UNKNOWN since it's an actual answer, and over ERROR
8484
* because one buggy solver/integration shouldn't break the portfolio.

0 commit comments

Comments
 (0)