summaryrefslogtreecommitdiff
path: root/libgo/go/math/j0.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/math/j0.go')
-rw-r--r--libgo/go/math/j0.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/math/j0.go b/libgo/go/math/j0.go
index de7738880e6..cbef7aa7d6e 100644
--- a/libgo/go/math/j0.go
+++ b/libgo/go/math/j0.go
@@ -10,7 +10,7 @@ package math
// The original C code and the long comment below are
// from FreeBSD's /usr/src/lib/msun/src/e_j0.c and
-// came with this notice. The go code is a simplified
+// came with this notice. The go code is a simplified
// version of the original C.
//
// ====================================================