summaryrefslogtreecommitdiff
path: root/src/smt/term_formula_removal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/term_formula_removal.h')
-rw-r--r--src/smt/term_formula_removal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smt/term_formula_removal.h b/src/smt/term_formula_removal.h
index b6456bda6..3b72b46a5 100644
--- a/src/smt/term_formula_removal.h
+++ b/src/smt/term_formula_removal.h
@@ -112,7 +112,7 @@ public:
* This is sometimes called "lambda lifting"
*
* As an example of (4):
- * (choice x. P( x ) ) = t
+ * (witness x. P( x ) ) = t
* becomes
* P( k ) ^ k = t
* where k is a fresh skolem constant.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback