Skip to content

Commit

Permalink
core/types: fix typo in comment (ethereum#25249)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbadoy authored and cp-wjhan committed Sep 22, 2023
1 parent a09c789 commit 5d5e466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/types/hashing.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var hasherPool = sync.Pool{
New: func() interface{} { return sha3.NewLegacyKeccak256() },
}

// deriveBufferPool holds temporary encoder buffers for DeriveSha and TX encoding.
// encodeBufferPool holds temporary encoder buffers for DeriveSha and TX encoding.
var encodeBufferPool = sync.Pool{
New: func() interface{} { return new(bytes.Buffer) },
}
Expand Down

0 comments on commit 5d5e466

Please sign in to comment.