diff options
Diffstat (limited to 'libgo/go/math/atanh.go')
-rw-r--r-- | libgo/go/math/atanh.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/math/atanh.go b/libgo/go/math/atanh.go index 113d5c1..d59a847 100644 --- a/libgo/go/math/atanh.go +++ b/libgo/go/math/atanh.go @@ -6,7 +6,7 @@ package math // The original C code, the long comment, and the constants // below are from FreeBSD's /usr/src/lib/msun/src/e_atanh.c -// and came with this notice. The go code is a simplified +// and came with this notice. The go code is a simplified // version of the original C. // // ==================================================== |