summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2009-11-09 21:47:30 +0000
committerMorgan Deters <mdeters@gmail.com>2009-11-09 21:47:30 +0000
commit5b5474281c4cdc880bff8b9e38b84dc84f88e50c (patch)
treeb0b6f4a53a45af07b81a855154738366bea8eb5d /src/include
parent842e581321bcd9f30c60b9dacc671843ca776fed (diff)
minor fixes, added contrib directory
Diffstat (limited to 'src/include')
-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