diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2011-04-17 20:56:07 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-04-17 20:56:07 -0400 |
commit | 94409c736b216c405c214c041a33b5fab58bd408 (patch) | |
tree | 26d1bb8e871fcb059a58392c2ec064d7bbe67477 /sysdeps/ia64/fpu/s_expm1l.S | |
parent | 795934a60e3ab066b44ed42aa4514c7101084fef (diff) | |
download | glibc-94409c736b216c405c214c041a33b5fab58bd408.tar.gz glibc-94409c736b216c405c214c041a33b5fab58bd408.tar.xz glibc-94409c736b216c405c214c041a33b5fab58bd408.zip |
Typo fix appproximated.
Diffstat (limited to 'sysdeps/ia64/fpu/s_expm1l.S')
-rw-r--r-- | sysdeps/ia64/fpu/s_expm1l.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ia64/fpu/s_expm1l.S b/sysdeps/ia64/fpu/s_expm1l.S index 5f135faf67..a3a6e401e8 100644 --- a/sysdeps/ia64/fpu/s_expm1l.S +++ b/sysdeps/ia64/fpu/s_expm1l.S @@ -139,7 +139,7 @@ // Case exp_small: // // Here, exp(X) and exp(X) - 1 can all be -// appproximated by a relatively simple polynomial. +// approximated by a relatively simple polynomial. // // This polynomial resembles the truncated Taylor series // |