[PATCH 2/2]sysdeps/ia64 Typo fix appproximated.

Justin P. Mattock justinmattock@gmail.com
Thu Apr 14 19:36:00 GMT 2011


The below patch fixes a typo.

Changelog:

2011-04-14 Justin P. Mattock <justinmattock@gmail.com>
	* sysdeps/ia64/fpu/s_erfcl.S Fix a typo in a comment.
	* sysdeps/ia64/fpu/s_expm1l.S Fix a typo ina comment.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
    |    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
 //
-- 
1.7.4.2



More information about the Libc-alpha mailing list