summaryrefslogtreecommitdiff
path: root/src/context/cdqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/context/cdqueue.h')
-rw-r--r--src/context/cdqueue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context/cdqueue.h b/src/context/cdqueue.h
index abdcc0493..e1c59615d 100644
--- a/src/context/cdqueue.h
+++ b/src/context/cdqueue.h
@@ -144,7 +144,7 @@ public:
}
/**
- * Returns the most recent item added to the list.
+ * Returns the most recent item added to the queue.
*/
const T& back() const {
Assert(!empty(), "CDQueue::back() called on empty list");
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback