mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
trie: fix misspell+lint
This commit is contained in:
parent
ed1e0c3dc7
commit
ad914810cf
2 changed files with 5 additions and 5 deletions
|
|
@ -42,8 +42,8 @@ type Leaf struct {
|
|||
// internal preallocated temp space, and also a callback that is invoked when
|
||||
// leaves are committed. The leafs are passed through the `leafCh`, to allow
|
||||
// some level of paralellism.
|
||||
// By 'some level' of paralellism, it's still the case that all leaves will be
|
||||
// processed sequentially - onleaf will never be called in paralell or out of order.
|
||||
// By 'some level' of parallelism, it's still the case that all leaves will be
|
||||
// processed sequentially - onleaf will never be called in parallel or out of order.
|
||||
type committer struct {
|
||||
tmp sliceBuffer
|
||||
sha keccakState
|
||||
|
|
|
|||
Loading…
Reference in a new issue