summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2020-05-19 11:00:19 -0700
committerAndres Noetzli <andres.noetzli@gmail.com>2020-05-19 11:00:19 -0700
commit57573c103e5931c892dee02cc8f1a6d40426d936 (patch)
tree129a872763fb6ab32b10d8dea654f0826279f3b5
parenteac0d395ee6a8e6a6aff649a0966e0c698a91537 (diff)
-rw-r--r--src/theory/builtin/proof_checker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/builtin/proof_checker.h b/src/theory/builtin/proof_checker.h
index 0fba56924..c8241200d 100644
--- a/src/theory/builtin/proof_checker.h
+++ b/src/theory/builtin/proof_checker.h
@@ -78,7 +78,7 @@ class BuiltinProofRuleChecker : public ProofRuleChecker
* post-rewrite). This encapsulates the exact behavior of a THEORY_REWRITE
* step in a proof. Rewriting is performed on the Skolem form of n.
*
- * @param n The node (in skolem form) to rewrite
+ * @param n The node (in witness form) to rewrite
* @param preRewrite If true, performs a pre-rewrite or a post-rewrite
* otherwise
* @return The rewritten form of n
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback