We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b687c commit 57d9e0aCopy full SHA for 57d9e0a
core/state/snapshot/snapshot.go
@@ -469,7 +469,7 @@ func (t *Tree) cap(diff *diffLayer, layers int) *diskLayer {
469
if flattened.memory < aggregatorMemoryLimit {
470
// Accumulator layer is smaller than the limit, so we can abort, unless
471
// 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
+ // will move from underneath the generator so we **must** merge all the
473
// partial data down into the snapshot and restart the generation.
474
if flattened.parent.(*diskLayer).genAbort == nil {
475
return nil
0 commit comments