1
0
mirror of https://github.com/golang/go synced 2024-11-26 04:27:58 -07:00

math/rand: fix typo in comment

Change-Id: I57fbabf272bdfd61918db155ee6f7091f18e5979
GitHub-Last-Rev: e138804b1a
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>
This commit is contained in:
Toasa 2021-01-04 12:58:18 +00:00 committed by Ian Lance Taylor
parent b01fb2af9e
commit 9eef49cfa6

View 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.