all: fix 'the the' in comments (#24036)

This commit is contained in:
Taeik Lim
2021-12-02 23:42:09 +09:00
committed by GitHub
parent b45931cc4a
commit 85064ed09b
6 changed files with 7 additions and 7 deletions

View File

@ -275,7 +275,7 @@ func (it *nodeIterator) seek(prefix []byte) error {
}
}
// init initializes the the iterator.
// init initializes the iterator.
func (it *nodeIterator) init() (*nodeIteratorState, error) {
root := it.trie.Hash()
state := &nodeIteratorState{node: it.trie.root, index: -1}