good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 57d9e0ac authored by Ziyuan Zhong's avatar Ziyuan Zhong Committed by GitHub
Browse files

core/state/snapshot: fix typo in comment (#23219)

parent e4b687cf
No related branches found
No related tags found
No related merge requests found
......@@ -469,7 +469,7 @@ func (t *Tree) cap(diff *diffLayer, layers int) *diskLayer {
if flattened.memory < aggregatorMemoryLimit {
// Accumulator layer is smaller than the limit, so we can abort, unless
// there's a snapshot being generated currently. In that case, the trie
// will move fron underneath the generator so we **must** merge all the
// will move from underneath the generator so we **must** merge all the
// partial data down into the snapshot and restart the generation.
if flattened.parent.(*diskLayer).genAbort == nil {
return nil
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment