aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl/generic_bench/utils/size_log.hh
diff options
context:
space:
mode:
Diffstat (limited to 'bench/btl/generic_bench/utils/size_log.hh')
-rw-r--r--bench/btl/generic_bench/utils/size_log.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/btl/generic_bench/utils/size_log.hh b/bench/btl/generic_bench/utils/size_log.hh
index 13a3da7a8..68945e7cc 100644
--- a/bench/btl/generic_bench/utils/size_log.hh
+++ b/bench/btl/generic_bench/utils/size_log.hh
@@ -23,7 +23,7 @@
#include "math.h"
// The Vector class must satisfy the following part of STL vector concept :
// resize() method
-// [] operator for seting element
+// [] operator for setting element
// the vector element are int compatible.
template<class Vector>
void size_log(const int nb_point, const int size_min, const int size_max, Vector & X)