summaryrefslogtreecommitdiff
path: root/lout/misc.hh
diff options
context:
space:
mode:
Diffstat (limited to 'lout/misc.hh')
-rw-r--r--lout/misc.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lout/misc.hh b/lout/misc.hh
index 483c75e4..fe93ae57 100644
--- a/lout/misc.hh
+++ b/lout/misc.hh
@@ -143,14 +143,14 @@ public:
/**
* \brief Set the size explicitely.
*
- * May be necessary before called before misc::SimpleVector::set.
+ * May be necessary before calling misc::SimpleVector::set.
*/
inline void setSize(int newSize) { this->num = newSize; this->resize (); }
/**
* \brief Set the size explicitely and initialize new values.
*
- * May be necessary before called before misc::SimpleVector::set.
+ * May be necessary before calling misc::SimpleVector::set.
*/
inline void setSize (int newSize, T t) {
int oldSize = this->num;