aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/basicbenchmark.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/basicbenchmark.cpp')
-rw-r--r--bench/basicbenchmark.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/basicbenchmark.cpp b/bench/basicbenchmark.cpp
index c44ed4514..25101270e 100644
--- a/bench/basicbenchmark.cpp
+++ b/bench/basicbenchmark.cpp
@@ -4,7 +4,7 @@
int main(int argc, char *argv[])
{
- // disbale floating point exceptions
+ // disable floating point exceptions
// this leads to more stable bench results
// (this is done by default by ICC)
#ifndef __INTEL_COMPILER