summaryrefslogtreecommitdiff
path: root/src/theory/rewriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/rewriter.h')
-rw-r--r--src/theory/rewriter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/rewriter.h b/src/theory/rewriter.h
index 4169cb9fe..afca18b76 100644
--- a/src/theory/rewriter.h
+++ b/src/theory/rewriter.h
@@ -85,7 +85,7 @@ class Rewriter {
static RewriteResponse callPostRewrite(theory::TheoryId theoryId, TNode node);
/**
- * Calls the equality-rewruter for the given theory.
+ * Calls the equality-rewriter for the given theory.
*/
static Node callRewriteEquality(theory::TheoryId theoryId, TNode equality);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback