aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/bench_norm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/bench_norm.cpp')
-rw-r--r--bench/bench_norm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/bench_norm.cpp b/bench/bench_norm.cpp
index 129afcfb2..a86153945 100644
--- a/bench/bench_norm.cpp
+++ b/bench/bench_norm.cpp
@@ -134,7 +134,7 @@ EIGEN_DONT_INLINE typename T::Scalar pblueNorm(const T& v)
iexp = - ((iemax+it)/2);
s2m = std::pow(ibeta,iexp); // scaling factor for upper range
- overfl = rbig*s2m; // overfow boundary for abig
+ overfl = rbig*s2m; // overflow boundary for abig
eps = std::pow(ibeta, 1-it);
relerr = std::sqrt(eps); // tolerance for neglecting asml
abig = 1.0/eps - 1.0;