snapshot, trie: fixed typos, mostly in snapshot pkg (#22133)

This commit is contained in:
Melvin Junhee Woo
2021-01-07 15:36:21 +09:00
committed by GitHub
parent 072fd96254
commit d2e1b17f18
10 changed files with 21 additions and 21 deletions

View File

@@ -314,7 +314,7 @@ func BenchmarkSearchSlot(b *testing.B) {
// With accountList and sorting
// BenchmarkFlatten-6 50 29890856 ns/op
//
// Without sorting and tracking accountlist
// Without sorting and tracking accountList
// BenchmarkFlatten-6 300 5511511 ns/op
func BenchmarkFlatten(b *testing.B) {
fill := func(parent snapshot) *diffLayer {