summaryrefslogtreecommitdiff
path: root/src/theory/idl
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-12-24 12:45:13 -0500
committerMorgan Deters <mdeters@cs.nyu.edu>2013-12-24 12:45:13 -0500
commit4abb82936fbb1a297d0d5eb69f8dbdb4599a67f2 (patch)
treebca270de413bd8d8ea942160c652cd602df40120 /src/theory/idl
parent36e60903069f0faf3d3d4caf4f2ca6ff384896c9 (diff)
Minor code cleanup.
Diffstat (limited to 'src/theory/idl')
-rw-r--r--src/theory/idl/idl_assertion_db.h2
-rw-r--r--src/theory/idl/idl_model.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/idl/idl_assertion_db.h b/src/theory/idl/idl_assertion_db.h
index 205102b0f..358a5386e 100644
--- a/src/theory/idl/idl_assertion_db.h
+++ b/src/theory/idl/idl_assertion_db.h
@@ -35,7 +35,7 @@ class IDLAssertionDB {
struct IDLAssertionListElement {
/** The assertion itself */
IDLAssertion d_assertion;
- /** The inndex of the previous element (-1 for null) */
+ /** The index of the previous element (-1 for null) */
unsigned d_previous;
IDLAssertionListElement(const IDLAssertion& assertion, unsigned previous)
diff --git a/src/theory/idl/idl_model.h b/src/theory/idl/idl_model.h
index 22e05c469..c69a0c38f 100644
--- a/src/theory/idl/idl_model.h
+++ b/src/theory/idl/idl_model.h
@@ -33,7 +33,7 @@ namespace idl {
struct IDLReason {
/** The variable of the reason */
TNode x;
- /** The constraint of the reaason */
+ /** The constraint of the reason */
TNode constraint;
IDLReason(TNode x, TNode constraint)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback