summaryrefslogtreecommitdiff
path: root/src/util/backtrackable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/backtrackable.h')
-rw-r--r--src/util/backtrackable.h2
1 files changed, 1 insertions, 1 deletions
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<T>::append (const T& d) {
new(head)ListNode<T> (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 {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback