summaryrefslogtreecommitdiffstats
path: root/src/util/math.h
diff options
context:
space:
mode:
authorNino Miškić-Pletenac <nino.mip@gmail.com>2018-05-03 01:10:20 +0200
committerNino Miškić-Pletenac <nino.mip@gmail.com>2018-05-03 01:10:20 +0200
commit8c01dd0a1ff911fb3062a0ae171bb5f210f47303 (patch)
tree2d061bc1cb8f1751cdf06158e42785dac7c2f71a /src/util/math.h
parent87a3e046382d672c7d1145b1296fc26ab2c75061 (diff)
parent833e2ce7caac14073c32a251d02cadf7b585a4b2 (diff)
Merge commit '833e2ce7caac14073c32a251d02cadf7b585a4b2' into silencedetection
Diffstat (limited to 'src/util/math.h')
-rw-r--r--src/util/math.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/math.h b/src/util/math.h
index 646f8b53ac..874a41c3d3 100644
--- a/src/util/math.h
+++ b/src/util/math.h
@@ -12,9 +12,9 @@
#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 include 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
+// From GCC 6.1.1 math.h depends on cmath, which fails to compile if included
// after our fpclassify hack
#include <algorithm>