aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/math/j1.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/math/j1.go')
-rw-r--r--libgo/go/math/j1.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/math/j1.go b/libgo/go/math/j1.go
index c537a72..d359d90 100644
--- a/libgo/go/math/j1.go
+++ b/libgo/go/math/j1.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_j1.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.
//
// ====================================================