summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2011-04-17 20:56:07 -0400
committerUlrich Drepper <drepper@gmail.com>2011-04-17 20:56:07 -0400
commit94409c736b216c405c214c041a33b5fab58bd408 (patch)
tree26d1bb8e871fcb059a58392c2ec064d7bbe67477
parent795934a60e3ab066b44ed42aa4514c7101084fef (diff)
Typo fix appproximated.
-rw-r--r--sysdeps/ia64/fpu/s_erfcl.S2
-rw-r--r--sysdeps/ia64/fpu/s_expm1l.S2
2 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/ia64/fpu/s_erfcl.S b/sysdeps/ia64/fpu/s_erfcl.S
index 266e1e1c91..31ffc2db12 100644
--- a/sysdeps/ia64/fpu/s_erfcl.S
+++ b/sysdeps/ia64/fpu/s_erfcl.S
@@ -168,7 +168,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
//
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
//