]> Cypherpunks repositories - gostls13.git/commitdiff
math/rand: fix typo in comment
authorToasa <atsushi.tohyama.160.333@gmail.com>
Mon, 4 Jan 2021 12:58:18 +0000 (12:58 +0000)
committerIan Lance Taylor <iant@golang.org>
Mon, 4 Jan 2021 17:59:30 +0000 (17:59 +0000)
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>

src/math/rand/gen_cooked.go

index 567b7a8d14c386add0f5d4498c78ed335d3b2f05..0afc10d727ecd11e122cca61d6bd9d769bfd8572 100644 (file)
@@ -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.