Index: src/list.h |
diff --git a/src/list.h b/src/list.h |
index 83e5f4594ee5ae0bbdd0ac8d9f7337701c58a0c3..049286572b2036ee9c1128f8359bd571e7c537bc 100644 |
--- a/src/list.h |
+++ b/src/list.h |
@@ -129,7 +129,8 @@ class List { |
INLINE(void Allocate(int length, |
AllocationPolicy allocator = AllocationPolicy())); |
- // Clears the list by setting the length to zero. Even if T is a |
+ // Clears the list by freeing the storage memory. If you want to keep the |
+ // memory, use Rewind(0) instead. Be aware, that even if T is a |
// pointer type, clearing the list doesn't delete the entries. |
INLINE(void Clear()); |