summaryrefslogtreecommitdiff
path: root/src/pkg/math/acosh.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/math/acosh.go')
-rw-r--r--src/pkg/math/acosh.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/math/acosh.go b/src/pkg/math/acosh.go
index c6c8645e1..e394008b0 100644
--- a/src/pkg/math/acosh.go
+++ b/src/pkg/math/acosh.go
@@ -33,7 +33,7 @@ package math
// acosh(NaN) is NaN without signal.
//
-// Acosh(x) calculates the inverse hyperbolic cosine of x.
+// Acosh returns the inverse hyperbolic cosine of x.
//
// Special cases are:
// Acosh(+Inf) = +Inf