summaryrefslogtreecommitdiff
path: root/lout/misc.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-06-23 09:11:42 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-06-23 09:11:42 +0200
commite4ea7136d1d08bb355f1acf3a73772055912d220 (patch)
tree9117978349006cb77dcd74fbe7243428d595270e /lout/misc.hh
parentb46d8c44fbf12e29e20978b4edbcbd1c3be5c5b2 (diff)
comments
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;