aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/math/lgamma.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/math/lgamma.go')
-rw-r--r--libgo/go/math/lgamma.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/math/lgamma.go b/libgo/go/math/lgamma.go
index 6a02c41..19ac3ffa 100644
--- a/libgo/go/math/lgamma.go
+++ b/libgo/go/math/lgamma.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/e_lgamma_r.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.
//
// ====================================================