Skip to content

Commit 9eef49c

Browse files
toasaianlancetaylor
authored andcommitted
math/rand: fix typo in comment
Change-Id: I57fbabf272bdfd61918db155ee6f7091f18e5979 GitHub-Last-Rev: e138804 GitHub-Pull-Request: #43495 Reviewed-on: https://go-review.googlesource.com/c/go/+/281373 Reviewed-by: Ian Lance Taylor <[email protected]> Trust: Alberto Donizetti <[email protected]>
1 parent b01fb2a commit 9eef49c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/math/rand/gen_cooked.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
// +build ignore
66

7-
// This program computes the value of rng_cooked in rng.go,
7+
// This program computes the value of rngCooked in rng.go,
88
// which is used for seeding all instances of rand.Source.
99
// a 64bit and a 63bit version of the array is printed to
1010
// the standard output.

0 commit comments

Comments
 (0)