Typo.
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@997 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
8d19f398f4
commit
f167b31cbb
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ private:
|
|||
{
|
||||
// 11-17-2000: comment added:
|
||||
// No need to allocate (capacity + 1) to
|
||||
// accomodate the terminating 0, because Data already
|
||||
// accommodate the terminating 0, because Data already
|
||||
// has one one character in there
|
||||
pData_ = static_cast<Data*>(
|
||||
malloc(sizeof(Data) + capacity * sizeof(E)));
|
||||
|
|
Loading…
Reference in a new issue