summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/theory/quantifiers/fmf/bounded_integers.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/quantifiers/fmf/bounded_integers.cpp b/src/theory/quantifiers/fmf/bounded_integers.cpp
index cfa50bef8..fd98aa208 100644
--- a/src/theory/quantifiers/fmf/bounded_integers.cpp
+++ b/src/theory/quantifiers/fmf/bounded_integers.cpp
@@ -457,7 +457,8 @@ void BoundedIntegers::checkOwnership(Node f)
// WARNING_CANDIDATE:
// This assertion may fail. We intentionally do not enable this in
// production as it is considered safe for this to fail. We fail
- // in debug mode to have this instances raised to our attention.
+ // the assertion in debug mode to have this instance raised to
+ // our attention.
Assert(bound_lit_pol_map[b].find(v)
!= bound_lit_pol_map[b].end());
BoundIntLitAttribute bila;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback