diff options
Diffstat (limited to 'libgo/go/math/erf.go')
-rw-r--r-- | libgo/go/math/erf.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/math/erf.go b/libgo/go/math/erf.go index 4cd80f8..8ddd5f9 100644 --- a/libgo/go/math/erf.go +++ b/libgo/go/math/erf.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/s_erf.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. // // ==================================================== |