summaryrefslogtreecommitdiff
path: root/libgo/go/math/hypot.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/math/hypot.go')
-rw-r--r--libgo/go/math/hypot.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/math/hypot.go b/libgo/go/math/hypot.go
index 57d8e343720..a6fa84c7655 100644
--- a/libgo/go/math/hypot.go
+++ b/libgo/go/math/hypot.go
@@ -8,7 +8,7 @@ package math
Hypot -- sqrt(p*p + q*q), but overflows only if the result does.
*/
-// Hypot computes Sqrt(p*p + q*q), taking care to avoid
+// Hypot returns Sqrt(p*p + q*q), taking care to avoid
// unnecessary overflow and underflow.
//
// Special cases are: