summaryrefslogtreecommitdiff
path: root/src/pkg/math/sqrt.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/math/sqrt.go')
-rw-r--r--src/pkg/math/sqrt.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/math/sqrt.go b/src/pkg/math/sqrt.go
index 1bd4437f1..fdc869992 100644
--- a/src/pkg/math/sqrt.go
+++ b/src/pkg/math/sqrt.go
@@ -80,7 +80,7 @@ package math
//
//
// Notes: Rounding mode detection omitted. The constants "mask", "shift",
-// and "bias" are found in src/pkg/math/bits.go
+// and "bias" are found in src/math/bits.go
// Sqrt returns the square root of x.
//