diff options
author | sgeerken <devnull@localhost> | 2012-07-05 15:00:16 +0200 |
---|---|---|
committer | sgeerken <devnull@localhost> | 2012-07-05 15:00:16 +0200 |
commit | 4253a0888d6154beecc1d64346d0d810dedf5658 (patch) | |
tree | 551bdfaeab5457b1a6d9aef652ecbdff2e152f53 /lout/misc.hh | |
parent | b3946e255721f0b8f936d9376ad82b631f044f5f (diff) |
Typo
Diffstat (limited to 'lout/misc.hh')
-rw-r--r-- | lout/misc.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lout/misc.hh b/lout/misc.hh index 64e5f05b..f4d0f8de 100644 --- a/lout/misc.hh +++ b/lout/misc.hh @@ -386,7 +386,7 @@ public: { assert (numInsert >= 0); - // The following lines are a simple (but inefficient) replacements. + // The following lines are a simple (but inefficient) replacement. setSize (numMain + numInsert); memmove (arrayMain + index + numInsert, arrayMain + index, (numMain - index - numInsert) * sizeof (T)); |