aboutsummaryrefslogtreecommitdiff
path: root/unsupported/bench/bench_svd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported/bench/bench_svd.cpp')
-rw-r--r--unsupported/bench/bench_svd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/bench/bench_svd.cpp b/unsupported/bench/bench_svd.cpp
index 01d8231ae..e7028a2b9 100644
--- a/unsupported/bench/bench_svd.cpp
+++ b/unsupported/bench/bench_svd.cpp
@@ -70,7 +70,7 @@ void bench_svd(const MatrixType& a = MatrixType())
std::cout<< std::endl;
timerJacobi.reset();
timerBDC.reset();
- cout << " Computes rotaion matrix" <<endl;
+ cout << " Computes rotation matrix" <<endl;
for (int k=1; k<=NUMBER_SAMPLE; ++k)
{
timerBDC.start();