Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jrick committed Jun 12, 2024
1 parent b6bc033 commit cbabe1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peer/internal/uprng/uprng.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func newPRNG() *prng {

// seed reseeds the prng with kernel and existing cipher entropy, if the
// cipher has been originally seeded.
// Panics only during intial seeding if a crypto/rand read errors.
// Panics only during initial seeding if a crypto/rand read errors.
func (p *prng) seed() {
_, err := cryptorand.Read(key)
if err != nil && p.cipher == nil {
Expand Down

0 comments on commit cbabe1c

Please sign in to comment.