Typo fix appproximated.

This commit is contained in:
Justin P. Mattock 2011-04-17 20:56:07 -04:00 committed by Ulrich Drepper
parent 795934a60e
commit 94409c736b
2 changed files with 2 additions and 2 deletions

View File

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

View File

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