summaryrefslogtreecommitdiff
path: root/libgo/go/math/acosh.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/math/acosh.go')
-rw-r--r--libgo/go/math/acosh.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/math/acosh.go b/libgo/go/math/acosh.go
index e394008b07..dce21b2350 100644
--- a/libgo/go/math/acosh.go
+++ b/libgo/go/math/acosh.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_acosh.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.
//
// ====================================================