diff options
Diffstat (limited to 'libgo/go/math/exp.go')
-rw-r--r-- | libgo/go/math/exp.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/math/exp.go b/libgo/go/math/exp.go index 51330c2..cbc955d 100644 --- a/libgo/go/math/exp.go +++ b/libgo/go/math/exp.go @@ -21,7 +21,7 @@ func Exp(x float64) float64 { // The original C code, the long comment, and the constants // below are from FreeBSD's /usr/src/lib/msun/src/e_exp.c -// and came with this notice. The go code is a simplified +// and came with this notice. The go code is a simplified // version of the original C. // // ==================================================== |