diff options
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 d0f5f190..519d7d80 100644 --- a/lout/misc.hh +++ b/lout/misc.hh @@ -450,7 +450,7 @@ public: numExtra += numInsert; resizeExtra (); - // Note: index refers to the *logical* adress, not to the + // Note: index refers to the *logical* address, not to the // *physical* one. int diff = index - this->startExtra - oldNumExtra; T *arrayMainI = arrayMain + this->startExtra; |