From f06ae104dc3caf9b4ff01a0b2d49b09ace88faad Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Fri, 15 Feb 2013 11:19:08 -0500 Subject: Some cleanup and copyright updating * update some copyrights for 2013 * cleaned up some comments/ifdefs, indentation * some spelling corrections * add some missing makefiles --- src/proof/sat_proof.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/proof') diff --git a/src/proof/sat_proof.h b/src/proof/sat_proof.h index 324988585..ccbde6e80 100644 --- a/src/proof/sat_proof.h +++ b/src/proof/sat_proof.h @@ -160,8 +160,8 @@ protected: * Does a depth first search on removed literals and adds the literals * to be removed in the proper order to the stack. * - * @param lit the literal we are recusing on - * @param removedSet the previously computed set of redundantant literals + * @param lit the literal we are recursing on + * @param removedSet the previously computed set of redundant literals * @param removeStack the stack of literals in reverse order of resolution */ void removedDfs(::Minisat::Lit lit, LitSet* removedSet, LitVector& removeStack, LitSet& inClause, LitSet& seen); -- cgit v1.2.3