aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/math/sqrt_port.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/math/sqrt_port.go')
-rw-r--r--src/pkg/math/sqrt_port.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/math/sqrt_port.go b/src/pkg/math/sqrt_port.go
index 6f35a383d1..83af255bf1 100644
--- a/src/pkg/math/sqrt_port.go
+++ b/src/pkg/math/sqrt_port.go
@@ -50,7 +50,7 @@ package math
// If (2) is false, then q = q ; otherwise q = q + 2 .
// i+1 i i+1 i
//
-// With some algebric manipulation, it is not difficult to see
+// With some algebraic manipulation, it is not difficult to see
// that (2) is equivalent to
// -(i+1)
// s + 2 <= y (3)