summaryrefslogtreecommitdiff
path: root/src/include/theory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/theory.h')
-rw-r--r--src/include/theory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/theory.h b/src/include/theory.h
index 6659dc680..5c50c7a37 100644
--- a/src/include/theory.h
+++ b/src/include/theory.h
@@ -60,7 +60,7 @@ public:
/**
* T-propagate new literal assignments in the current context.
*/
- // TODO design decisoin: instead of returning a set of literals
+ // TODO design decision: instead of returning a set of literals
// here, perhaps we have an interface back into the prop engine
// where we assert directly. we might sometimes unknowingly assert
// something clearly inconsistent (esp. in a parallel context).
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback