diff options
-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)); |