summaryrefslogtreecommitdiff
path: root/src/theory/bv/theory_bv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bv/theory_bv.h')
-rw-r--r--src/theory/bv/theory_bv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/bv/theory_bv.h b/src/theory/bv/theory_bv.h
index 26ed8c296..683f002cf 100644
--- a/src/theory/bv/theory_bv.h
+++ b/src/theory/bv/theory_bv.h
@@ -105,7 +105,7 @@ private:
/**
- * Return the uinterpreted function symbol corresponding to division-by-zero
+ * Return the uninterpreted function symbol corresponding to division-by-zero
* for this particular bit-width
* @param k should be UREM or UDIV
* @param width
@@ -121,7 +121,7 @@ private:
NodeSet d_staticLearnCache;
/**
- * Maps from bit-vector width to divison-by-zero uninterpreted
+ * Maps from bit-vector width to division-by-zero uninterpreted
* function symbols.
*/
__gnu_cxx::hash_map<unsigned, Node> d_BVDivByZero;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback