From: Justin P. Mattock Date: Mon, 18 Apr 2011 00:56:07 +0000 (-0400) Subject: Typo fix appproximated. X-Git-Tag: glibc-2.14~174 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94409c736b216c405c214c041a33b5fab58bd408;p=thirdparty%2Fglibc.git Typo fix appproximated. --- diff --git a/sysdeps/ia64/fpu/s_erfcl.S b/sysdeps/ia64/fpu/s_erfcl.S index 266e1e1c911..31ffc2db122 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 5f135faf671..a3a6e401e81 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 //