diff options
Diffstat (limited to 'sysdeps/ia64')
-rw-r--r-- | sysdeps/ia64/fpu/libm_sincos_large.S | 2 | ||||
-rw-r--r-- | sysdeps/ia64/fpu/libm_sincosl.S | 2 | ||||
-rw-r--r-- | sysdeps/ia64/fpu/s_cosl.S | 2 |
3 files changed, 3 insertions, 3 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. diff --git a/sysdeps/ia64/fpu/libm_sincosl.S b/sysdeps/ia64/fpu/libm_sincosl.S index f76b54d3de..b0d027caf5 100644 --- a/sysdeps/ia64/fpu/libm_sincosl.S +++ b/sysdeps/ia64/fpu/libm_sincosl.S @@ -205,7 +205,7 @@ // = (-1)^i_0 * [cosl(r) - c*r] if i_1 = 1 // // because |r| is small and thus the second terms in the correction -// are unneccessary. +// are unnecessary. // // Finally, sinl(r) and cosl(r) are approximated by polynomials of // moderate lengths. diff --git a/sysdeps/ia64/fpu/s_cosl.S b/sysdeps/ia64/fpu/s_cosl.S index ed4b571fab..961b8d23ce 100644 --- a/sysdeps/ia64/fpu/s_cosl.S +++ b/sysdeps/ia64/fpu/s_cosl.S @@ -212,7 +212,7 @@ // = (-1)^i_0 * [cosl(r) - c*r] if i_1 = 1 // // because |r| is small and thus the second terms in the correction -// are unneccessary. +// are unnecessary. // // Finally, sinl(r) and cosl(r) are approximated by polynomials of // moderate lengths. |