diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-12-14 15:41:54 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-12-14 15:41:54 +0000 |
commit | d5363590597572228d4e0d0ae13f3469176ceb14 (patch) | |
tree | e3de46cbc89d82ca1f49843fe2e1e670db67795e /libgo/go/math/tan.go | |
parent | ef0d4c4d9937276c8ff818ecb0b92925d322d3bd (diff) | |
download | gcc-d5363590597572228d4e0d0ae13f3469176ceb14.tar.gz |
libgo: Update to weekly.2011-12-06.
From-SVN: r182338
Diffstat (limited to 'libgo/go/math/tan.go')
-rw-r--r-- | libgo/go/math/tan.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/math/tan.go b/libgo/go/math/tan.go index 739ee80f76f..76131fcd935 100644 --- a/libgo/go/math/tan.go +++ b/libgo/go/math/tan.go @@ -75,7 +75,7 @@ var _tanQ = [...]float64{ // Tan returns the tangent of x. // -// Special conditions are: +// Special cases are: // Tan(±0) = ±0 // Tan(±Inf) = NaN // Tan(NaN) = NaN |