From 94409c736b216c405c214c041a33b5fab58bd408 Mon Sep 17 00:00:00 2001 From: "Justin P. Mattock" Date: Sun, 17 Apr 2011 20:56:07 -0400 Subject: [PATCH] Typo fix appproximated. --- sysdeps/ia64/fpu/s_erfcl.S | 2 +- sysdeps/ia64/fpu/s_expm1l.S | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sysdeps/ia64/fpu/s_erfcl.S b/sysdeps/ia64/fpu/s_erfcl.S index 266e1e1..31ffc2d 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 5f135fa..a3a6e40 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 // -- 2.7.4