summaryrefslogtreecommitdiff
path: root/src/theory/evaluator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/evaluator.h')
-rw-r--r--src/theory/evaluator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/evaluator.h b/src/theory/evaluator.h
index e13dcfbca..8ccb4561d 100644
--- a/src/theory/evaluator.h
+++ b/src/theory/evaluator.h
@@ -108,7 +108,7 @@ class Evaluator
* rewriter for computing the result of this method.
*
* The result of this call is either equivalent to:
- * (1) Rewriter::rewrite(n.substitute(args,vars))
+ * (1) rewrite(n.substitute(args,vars))
* (2) Node::null().
* If d_rr is non-null, then we are always in the first case. If
* useRewriter is null, then we may be in case (2) if computing the
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback