summaryrefslogtreecommitdiff
path: root/src/context/cdlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/context/cdlist.h')
-rw-r--r--src/context/cdlist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/context/cdlist.h b/src/context/cdlist.h
index 1630fa586..a63bd2d21 100644
--- a/src/context/cdlist.h
+++ b/src/context/cdlist.h
@@ -442,8 +442,8 @@ class CDList <T, CleanUp, ContextMemoryAllocator<T> > : public ContextObj {
*
* Explanation:
* If ContextMemoryAllocator is used and d_list grows at a deeper context level
- * the reallocated will be reallocated in a context memory regaion that can be
- * detroyed on pop. To support this, a full copy of d_list would have to be made.
+ * the reallocated will be reallocated in a context memory region that can be
+ * destroyed on pop. To support this, a full copy of d_list would have to be made.
* As this is unacceptable for performance in other situations, we do not do
* this.
*/
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback