Fix typo in a comment.
s/minimzes/minimizes/
This commit is contained in:
@@ -171,7 +171,7 @@ public:
|
|||||||
void Clear();
|
void Clear();
|
||||||
// preallocates memory for given number of items
|
// preallocates memory for given number of items
|
||||||
void Alloc(size_t nCount);
|
void Alloc(size_t nCount);
|
||||||
// minimzes the memory usage (by freeing all extra memory)
|
// minimizes the memory usage (by freeing all extra memory)
|
||||||
void Shrink();
|
void Shrink();
|
||||||
|
|
||||||
// simple accessors
|
// simple accessors
|
||||||
|
Reference in New Issue
Block a user