diff options
Diffstat (limited to 'ports/sysdeps/ia64/fpu/s_erfc.S')
-rw-r--r-- | ports/sysdeps/ia64/fpu/s_erfc.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/ia64/fpu/s_erfc.S b/ports/sysdeps/ia64/fpu/s_erfc.S index c67c61abef..6729cda2e5 100644 --- a/ports/sysdeps/ia64/fpu/s_erfc.S +++ b/ports/sysdeps/ia64/fpu/s_erfc.S @@ -65,7 +65,7 @@ // // Let P14(z) - polynomial approximation of degree 14 for function // erfc(z+x(i)) * exp( (z+x(i))^2) and 0 <= z <= x(i+1)-x(i). -// Polynomial coeffitients we have in the table erfc_p_table. +// Polynomial coefficients we have in the table erfc_p_table. // // So we can find result for erfc(x) as above. // Algorithm description for exp function see below. |