summaryrefslogtreecommitdiff
path: root/src/theory/bv
diff options
context:
space:
mode:
authorAndres Noetzli <noetzli@stanford.edu>2017-08-23 11:13:07 -0700
committerAndres Noetzli <noetzli@stanford.edu>2017-08-23 17:48:17 -0700
commit0ff3d2dbf187376c3a9aeeeae8d3f47e4d73c1c9 (patch)
treea31cf8f39293c77f62dac926be37f83f0024b321 /src/theory/bv
parentc57139b1e0ddd918eea5f9b77dae7d3a04b3860a (diff)
Fix typos
Diffstat (limited to 'src/theory/bv')
-rw-r--r--src/theory/bv/theory_bv.cpp4
-rw-r--r--src/theory/bv/theory_bv.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/bv/theory_bv.cpp b/src/theory/bv/theory_bv.cpp
index fcd731266..116903ea6 100644
--- a/src/theory/bv/theory_bv.cpp
+++ b/src/theory/bv/theory_bv.cpp
@@ -217,8 +217,8 @@ void TheoryBV::storeFunction(TNode func, TNode term) {
}
}
-void TheoryBV::mkAckermanizationAsssertions(std::vector<Node>& assertions) {
- Debug("bv-ackermanize") << "TheoryBV::mkAckermanizationAsssertions\n";
+void TheoryBV::mkAckermanizationAssertions(std::vector<Node>& assertions) {
+ Debug("bv-ackermanize") << "TheoryBV::mkAckermanizationAssertions\n";
Assert(options::bitblastMode() == theory::bv::BITBLAST_MODE_EAGER);
AlwaysAssert(!options::incrementalSolving());
diff --git a/src/theory/bv/theory_bv.h b/src/theory/bv/theory_bv.h
index c20df35d5..c21938aa7 100644
--- a/src/theory/bv/theory_bv.h
+++ b/src/theory/bv/theory_bv.h
@@ -68,7 +68,7 @@ public:
Node expandDefinition(LogicRequest &logicRequest, Node node);
- void mkAckermanizationAsssertions(std::vector<Node>& assertions);
+ void mkAckermanizationAssertions(std::vector<Node>& assertions);
void preRegisterTerm(TNode n);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback