summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/Makefile2
-rw-r--r--math/cmathcalls.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/math/Makefile b/math/Makefile
index 1ff61a03c8..839e441354 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -23,7 +23,7 @@ subdir := math
# Installed header files.
headers := math.h mathcalls.h __math.h huge_val.h nan.h \
fpu_control.h complex.h cmathcalls.h fenv.h \
- fenvbits.h
+ fenvbits.h mathbits.h
# Internal header files.
distribute := math_private.h machine/asm.h machine/endian.h
diff --git a/math/cmathcalls.h b/math/cmathcalls.h
index b2a8382721..73a1c2a5da 100644
--- a/math/cmathcalls.h
+++ b/math/cmathcalls.h
@@ -100,7 +100,7 @@ __MATHCALL (cpow, (_Mdouble_complex_ __x, _Mdouble_complex_ __y));
__MATHCALL (csqrt, (_Mdouble_complex_ __z));
-/* Absolute value, projections, conjugates, and projection. */
+/* Absolute value, conjugates, and projection. */
/* Absolute value of Z. */
__MATHDECL (_Mdouble_,cabs, (_Mdouble_complex_ __z));