summaryrefslogtreecommitdiff
path: root/libgo/go/math/gamma.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/math/gamma.go')
-rw-r--r--libgo/go/math/gamma.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/math/gamma.go b/libgo/go/math/gamma.go
index 164f54f332b..841ec114a0a 100644
--- a/libgo/go/math/gamma.go
+++ b/libgo/go/math/gamma.go
@@ -21,7 +21,7 @@ package math
//
// DESCRIPTION:
//
-// Returns gamma function of the argument. The result is
+// Returns gamma function of the argument. The result is
// correctly signed, and the sign (+1 or -1) is also
// returned in a global (extern) variable named signgam.
// This variable is also filled in by the logarithmic gamma