summaryrefslogtreecommitdiff
path: root/src/pkg/math/remainder.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/math/remainder.go')
-rw-r--r--src/pkg/math/remainder.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/math/remainder.go b/src/pkg/math/remainder.go
index 41efd7908..9a4e4154c 100644
--- a/src/pkg/math/remainder.go
+++ b/src/pkg/math/remainder.go
@@ -4,7 +4,7 @@
package math
-// The original C code and the the comment below are from
+// The original C code and the comment below are from
// FreeBSD's /usr/src/lib/msun/src/e_remainder.c and came
// with this notice. The go code is a simplified version of
// the original C.