Skip to content

Commit 2eb185c

Browse files
authored
core, rlp: remove duplicated words (#29964)
1 parent db273c8 commit 2eb185c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/state/snapshot/iterator_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ func TestStorageIteratorDeletions(t *testing.T) {
815815
verifyIterator(t, 2, snaps.Snapshot(common.HexToHash("0x06")).(*diffLayer).newBinaryStorageIterator(common.HexToHash("0xaa")), verifyStorage)
816816
}
817817

818-
// BenchmarkAccountIteratorTraversal is a bit a bit notorious -- all layers contain the
818+
// BenchmarkAccountIteratorTraversal is a bit notorious -- all layers contain the
819819
// exact same 200 accounts. That means that we need to process 2000 items, but
820820
// only spit out 200 values eventually.
821821
//

0 commit comments

Comments
 (0)