crypto: typo

Change-Id: If5ec8c08bd777c19885d323fe119b92fa82e1533
GitHub-Last-Rev: d0f88551f0
GitHub-Pull-Request: golang/go#78996
Reviewed-on: https://go-review.googlesource.com/c/go/+/771480
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Keith Randall <khr@golang.org>
This commit is contained in:
Weixie Cui 2026-04-28 16:10:28 +00:00 committed by Gopher Robot
parent 65d5c5f6dd
commit 7dcde17e8d

View file

@ -4,7 +4,7 @@
//go:build !wasm
// This file contains reading from from entropy sources in FIPS-140
// This file contains reading from entropy sources in FIPS-140
// mode. It uses a scratch buffer in the BSS section (see below),
// which usually doesn't cost much, except on Wasm, due to the way
// the linear memory works. FIPS-140 mode is not supported on Wasm,