summaryrefslogtreecommitdiff
path: root/libgo/go/math/expm1.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/math/expm1.go')
-rw-r--r--libgo/go/math/expm1.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/math/expm1.go b/libgo/go/math/expm1.go
index b4dcdc52a20..5a962180e5d 100644
--- a/libgo/go/math/expm1.go
+++ b/libgo/go/math/expm1.go
@@ -6,7 +6,7 @@ package math
// The original C code, the long comment, and the constants
// below are from FreeBSD's /usr/src/lib/msun/src/s_expm1.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.
//
// ====================================================