aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/math/log.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/math/log.go')
-rw-r--r--libgo/go/math/log.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/math/log.go b/libgo/go/math/log.go
index 60b5755..cf242e8 100644
--- a/libgo/go/math/log.go
+++ b/libgo/go/math/log.go
@@ -10,7 +10,7 @@ package math
// The original C code, the long comment, and the constants
// below are from FreeBSD's /usr/src/lib/msun/src/e_log.c
-// and came with this notice. The go code is a simpler
+// and came with this notice. The go code is a simpler
// version of the original C.
//
// ====================================================