From 8b01efc32d61391d8d3cd2aaac0de49cd8e88ecc Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Sat, 7 Jul 2012 21:01:33 +0000 Subject: Various fixes to documentation---typos, some incomplete documentation fixed, \file tags corrected, copyright added to files that had it missing, etc. I ensured that I didn't change any code with this commit, and even tested on the cluster to be doubly sure: http://church.cims.nyu.edu/regress-results/compare_jobs.php?job_id=4655&reference_id=4646&p=0 --- src/util/backtrackable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/backtrackable.h') diff --git a/src/util/backtrackable.h b/src/util/backtrackable.h index c5c6b1399..5c948841b 100644 --- a/src/util/backtrackable.h +++ b/src/util/backtrackable.h @@ -145,7 +145,7 @@ void List::append (const T& d) { new(head)ListNode (d, head->next); //head->data = d; head->empty = false; - //Assert(tail == head); FIXME: do I need this because this list might be empty but appende to another one + //Assert(tail == head); FIXME: do I need this because this list might be empty but append to another one uninitialized = false; } else { -- cgit v1.2.3