summaryrefslogtreecommitdiffstats
path: root/src/util/math.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/math.h')
-rw-r--r--src/util/math.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/math.h b/src/util/math.h
index 29e2bfe7af..9ed13a5758 100644
--- a/src/util/math.h
+++ b/src/util/math.h
@@ -12,7 +12,7 @@
#include <math.h>
#include <cmath>
-// Note: Because of our fpclassify hack, we actualy need to inlude both,
+// Note: Because of our fpclassify hack, we actually need to inlude both,
// the c and the c++ version of the math header.
// From GCC 6.1.1 math.h depends on cmath, which failes to compile if included
// after our fpclassify hack