diff options
author | Wuxiang <wuxiangzhou2010@gmail.com> | 2018-04-19 21:32:02 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-04-19 21:32:02 +0800 |
commit | 8f8774cf6dd5bbcba9fa3773fa34d13d6523a147 (patch) | |
tree | e17a5fd27cd0515b0be53965da216d1e936dca28 /core | |
parent | c514fbccc036faafef995d422a74dbe5630e7e00 (diff) | |
download | go-tangerine-8f8774cf6dd5bbcba9fa3773fa34d13d6523a147.tar.gz go-tangerine-8f8774cf6dd5bbcba9fa3773fa34d13d6523a147.tar.zst go-tangerine-8f8774cf6dd5bbcba9fa3773fa34d13d6523a147.zip |
all: fix various typos (#16533)
* fix typo
* fix typo
* fix typo
Diffstat (limited to 'core')
-rw-r--r-- | core/bloombits/matcher.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/bloombits/matcher.go b/core/bloombits/matcher.go index ce3031702..8d78adb75 100644 --- a/core/bloombits/matcher.go +++ b/core/bloombits/matcher.go @@ -392,7 +392,7 @@ func (m *Matcher) distributor(dist chan *request, session *MatcherSession) { shutdown = session.quit // Shutdown request channel, will gracefully wait for pending requests ) - // assign is a helper method fo try to assign a pending bit an an actively + // assign is a helper method fo try to assign a pending bit an actively // listening servicer, or schedule it up for later when one arrives. assign := func(bit uint) { select { |