diff options
Diffstat (limited to 'libgo/go/math/j0.go')
-rw-r--r-- | libgo/go/math/j0.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/math/j0.go b/libgo/go/math/j0.go index de77388..cbef7aa 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. // // ==================================================== |