Skip to content

Commit 57d9e0a

Browse files
authored
core/state/snapshot: fix typo in comment (#23219)
1 parent e4b687c commit 57d9e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/state/snapshot/snapshot.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ func (t *Tree) cap(diff *diffLayer, layers int) *diskLayer {
469469
if flattened.memory < aggregatorMemoryLimit {
470470
// Accumulator layer is smaller than the limit, so we can abort, unless
471471
// there's a snapshot being generated currently. In that case, the trie
472-
// will move fron underneath the generator so we **must** merge all the
472+
// will move from underneath the generator so we **must** merge all the
473473
// partial data down into the snapshot and restart the generation.
474474
if flattened.parent.(*diskLayer).genAbort == nil {
475475
return nil

0 commit comments

Comments
 (0)