summaryrefslogtreecommitdiffstats
path: root/src/util/math.h
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-05-01 11:07:23 -0400
committerluz.paz <luzpaz@users.noreply.github.com>2018-05-01 11:07:23 -0400
commit5f32c68462b99e1eadf5e0c000e38a52d56b7ea5 (patch)
tree84a26da508a110dfa1d9c0c1790b911310a704a2 /src/util/math.h
parent54d15e3b6d6878131e36f2dac8d1b6180a8bf06b (diff)
Misc. typos
Fixes found via `codespell`
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 9ed13a5758..93dab3aa38 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 actually 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>