aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl/generic_bench/utils/xy_file.hh
diff options
context:
space:
mode:
Diffstat (limited to 'bench/btl/generic_bench/utils/xy_file.hh')
-rw-r--r--bench/btl/generic_bench/utils/xy_file.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/btl/generic_bench/utils/xy_file.hh b/bench/btl/generic_bench/utils/xy_file.hh
index 4571bed8f..0492faf09 100644
--- a/bench/btl/generic_bench/utils/xy_file.hh
+++ b/bench/btl/generic_bench/utils/xy_file.hh
@@ -55,7 +55,7 @@ bool read_xy_file(const std::string & filename, std::vector<int> & tab_sizes,
// 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 must have the << operator define
using namespace std;