diff options
Diffstat (limited to 'sysdeps/ia64/fpu/libm_lgammaf.S')
-rw-r--r-- | sysdeps/ia64/fpu/libm_lgammaf.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ia64/fpu/libm_lgammaf.S b/sysdeps/ia64/fpu/libm_lgammaf.S index 7697cc69ed..1a1a68a9c4 100644 --- a/sysdeps/ia64/fpu/libm_lgammaf.S +++ b/sysdeps/ia64/fpu/libm_lgammaf.S @@ -161,7 +161,7 @@ // precision number. // // -// Claculation of logarithm +// Calculation of logarithm // ------------------------ // Consider x = 2^N * xf so // ln(x) = ln(frcpa(x)*x/frcpa(x)) |