core/bloombits, light: fix typos (#17235)

This commit is contained in:
Sheldon
2018-07-24 16:24:27 +08:00
committed by Péter Szilágyi
parent b536460f8e
commit 9e24491c65
3 changed files with 7 additions and 7 deletions

View File

@ -156,7 +156,7 @@ func testMatcher(t *testing.T, filter [][]bloomIndexes, start, blocks uint64, in
// Track the number of retrieval requests made
var requested uint32
// Start the matching session for the filter and the retriver goroutines
// Start the matching session for the filter and the retriever goroutines
quit := make(chan struct{})
matches := make(chan uint64, 16)