aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-08-29 16:10:08 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-08-29 16:10:08 +0000
commit68fbd6f53184b20798d2351b2f6fdccdfd6107aa (patch)
tree4cd24ba636975d164ae1ca6bf95a22755c7d99de /bench/btl
parent6d841512c7fb8df04c218a23947542cb72a66693 (diff)
typos in bench/
Diffstat (limited to 'bench/btl')
-rw-r--r--bench/btl/generic_bench/utils/utilities.h2
-rw-r--r--bench/btl/libs/ublas/main.cpp1
2 files changed, 1 insertions, 2 deletions
diff --git a/bench/btl/generic_bench/utils/utilities.h b/bench/btl/generic_bench/utils/utilities.h
index 3c2acfb02..d2330d06b 100644
--- a/bench/btl/generic_bench/utils/utilities.h
+++ b/bench/btl/generic_bench/utils/utilities.h
@@ -7,7 +7,7 @@
// $Header$
//=============================================================================
-/* --- Definition macros file to print informations if _DEBUG_ is defined --- */
+/* --- Definition macros file to print information if _DEBUG_ is defined --- */
# ifndef UTILITIES_H
# define UTILITIES_H
diff --git a/bench/btl/libs/ublas/main.cpp b/bench/btl/libs/ublas/main.cpp
index 6d286e1a3..22d697225 100644
--- a/bench/btl/libs/ublas/main.cpp
+++ b/bench/btl/libs/ublas/main.cpp
@@ -21,7 +21,6 @@
#include "ublas_interface.hh"
#include "bench.hh"
#include "basic_actions.hh"
-#include "basic_actions.hh"
BTL_MAIN;