aboutsummaryrefslogtreecommitdiffstats
path: root/core/bloombits/matcher_test.go
diff options
context:
space:
mode:
authorSheldon <374662347@qq.com>2018-07-24 16:24:27 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-07-24 16:24:27 +0800
commit9e24491c65120d3fb36da45e57a0cb87c549f621 (patch)
tree9c2694aaf30202c4aef8774560b06e623ab9ca8a /core/bloombits/matcher_test.go
parentb536460f8e4166e1a884fd30290b56a85289503f (diff)
downloadgo-tangerine-9e24491c65120d3fb36da45e57a0cb87c549f621.tar
go-tangerine-9e24491c65120d3fb36da45e57a0cb87c549f621.tar.gz
go-tangerine-9e24491c65120d3fb36da45e57a0cb87c549f621.tar.bz2
go-tangerine-9e24491c65120d3fb36da45e57a0cb87c549f621.tar.lz
go-tangerine-9e24491c65120d3fb36da45e57a0cb87c549f621.tar.xz
go-tangerine-9e24491c65120d3fb36da45e57a0cb87c549f621.tar.zst
go-tangerine-9e24491c65120d3fb36da45e57a0cb87c549f621.zip
core/bloombits, light: fix typos (#17235)
Diffstat (limited to 'core/bloombits/matcher_test.go')
-rw-r--r--core/bloombits/matcher_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/bloombits/matcher_test.go b/core/bloombits/matcher_test.go
index 7a5f78ef3..91143e525 100644
--- a/core/bloombits/matcher_test.go
+++ b/core/bloombits/matcher_test.go
@@ -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)