summaryrefslogtreecommitdiff
path: root/libgo/go/math/exp.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/math/exp.go')
-rw-r--r--libgo/go/math/exp.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/math/exp.go b/libgo/go/math/exp.go
index 51330c21dc8..cbc955d01e4 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.
//
// ====================================================