diff options
Diffstat (limited to 'sysdeps/ia64/fpu/w_tgammaf_compat.S')
-rw-r--r-- | sysdeps/ia64/fpu/w_tgammaf_compat.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ia64/fpu/w_tgammaf_compat.S b/sysdeps/ia64/fpu/w_tgammaf_compat.S index 67eed2722f..c1f7ad596f 100644 --- a/sysdeps/ia64/fpu/w_tgammaf_compat.S +++ b/sysdeps/ia64/fpu/w_tgammaf_compat.S @@ -170,7 +170,7 @@ // Step 3: Division // ---------------- // To calculate 1/x and 1/(GAMMA(x)*S12(rs)) we use frcpa -// instruction with following Newton-Raphson interations. +// instruction with following Newton-Raphson iterations. // // //********************************************************************* |