Skip to content

Commit 999a632

Browse files
dbadoyblakehhuynh
authored andcommitted
core/types: fix typo in comment (ethereum#25249)
1 parent 0c21d87 commit 999a632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/types/hashing.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var hasherPool = sync.Pool{
3131
New: func() interface{} { return sha3.NewLegacyKeccak256() },
3232
}
3333

34-
// deriveBufferPool holds temporary encoder buffers for DeriveSha and TX encoding.
34+
// encodeBufferPool holds temporary encoder buffers for DeriveSha and TX encoding.
3535
var encodeBufferPool = sync.Pool{
3636
New: func() interface{} { return new(bytes.Buffer) },
3737
}

0 commit comments

Comments
 (0)