aboutsummaryrefslogtreecommitdiff
path: root/src/math
diff options
context:
space:
mode:
authorToasa <atsushi.tohyama.160.333@gmail.com>2021-01-04 12:58:18 +0000
committerIan Lance Taylor <iant@golang.org>2021-01-04 17:59:30 +0000
commit9eef49cfa6eb016e3b20df189e540c6c5a71f365 (patch)
tree3dd8a253ec4ae7c1762d0ec1fa166c8a0019b029 /src/math
parentb01fb2af9ed6a3b90dd89d548ceef38b4ec1fc94 (diff)
downloadgo-9eef49cfa6eb016e3b20df189e540c6c5a71f365.tar.gz
go-9eef49cfa6eb016e3b20df189e540c6c5a71f365.zip
math/rand: fix typo in comment
Change-Id: I57fbabf272bdfd61918db155ee6f7091f18e5979 GitHub-Last-Rev: e138804b1ab8086b3742861873b077d6cca8108a GitHub-Pull-Request: golang/go#43495 Reviewed-on: https://go-review.googlesource.com/c/go/+/281373 Reviewed-by: Ian Lance Taylor <iant@golang.org> Trust: Alberto Donizetti <alb.donizetti@gmail.com>
Diffstat (limited to 'src/math')
-rw-r--r--src/math/rand/gen_cooked.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/rand/gen_cooked.go b/src/math/rand/gen_cooked.go
index 567b7a8d14..0afc10d727 100644
--- a/src/math/rand/gen_cooked.go
+++ b/src/math/rand/gen_cooked.go
@@ -4,7 +4,7 @@
// +build ignore
-// This program computes the value of rng_cooked in rng.go,
+// This program computes the value of rngCooked in rng.go,
// which is used for seeding all instances of rand.Source.
// a 64bit and a 63bit version of the array is printed to
// the standard output.