summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.cpp
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/theory_engine.cpp
parentc57139b1e0ddd918eea5f9b77dae7d3a04b3860a (diff)
Fix typos
Diffstat (limited to 'src/theory/theory_engine.cpp')
-rw-r--r--src/theory/theory_engine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/theory_engine.cpp b/src/theory/theory_engine.cpp
index 1023071dc..59a52a048 100644
--- a/src/theory/theory_engine.cpp
+++ b/src/theory/theory_engine.cpp
@@ -1945,9 +1945,9 @@ bool TheoryEngine::ppBvAbstraction(const std::vector<Node>& assertions, std::ve
return bv_theory->applyAbstraction(assertions, new_assertions);
}
-void TheoryEngine::mkAckermanizationAsssertions(std::vector<Node>& assertions) {
+void TheoryEngine::mkAckermanizationAssertions(std::vector<Node>& assertions) {
bv::TheoryBV* bv_theory = (bv::TheoryBV*)d_theoryTable[THEORY_BV];
- bv_theory->mkAckermanizationAsssertions(assertions);
+ bv_theory->mkAckermanizationAssertions(assertions);
}
Node TheoryEngine::ppSimpITE(TNode assertion)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback