summaryrefslogtreecommitdiff
path: root/sysdeps/ia64/fpu/libm_sincos_large.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/ia64/fpu/libm_sincos_large.S')
-rw-r--r--sysdeps/ia64/fpu/libm_sincos_large.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ia64/fpu/libm_sincos_large.S b/sysdeps/ia64/fpu/libm_sincos_large.S
index 9faa75980f..64c42662dd 100644
--- a/sysdeps/ia64/fpu/libm_sincos_large.S
+++ b/sysdeps/ia64/fpu/libm_sincos_large.S
@@ -223,7 +223,7 @@
// = (-1)^i_0 * [cos(r) - c*r] if i_1 = 1
//
// because |r| is small and thus the second terms in the correction
-// are unneccessary.
+// are unnecessary.
//
// Finally, sin(r) and cos(r) are approximated by polynomials of
// moderate lengths.