summaryrefslogtreecommitdiff
path: root/src/theory/idl/idl_assertion_db.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/idl/idl_assertion_db.h')
-rw-r--r--src/theory/idl/idl_assertion_db.h2
1 files changed, 1 insertions, 1 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)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback