aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/network/stream/intervals/intervals.go
diff options
context:
space:
mode:
authorWenbiao Zheng <delweng@gmail.com>2018-08-27 16:49:29 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-08-27 16:49:29 +0800
commitd1aa605f1e8639769cdd75bcec3064c29a62b34a (patch)
tree84d7aba82d7365ca736afa52b66ef100d117afca /swarm/network/stream/intervals/intervals.go
parent70398d300d4da97c89f96f5c9629caa327de5c39 (diff)
downloaddexon-d1aa605f1e8639769cdd75bcec3064c29a62b34a.tar.gz
dexon-d1aa605f1e8639769cdd75bcec3064c29a62b34a.tar.zst
dexon-d1aa605f1e8639769cdd75bcec3064c29a62b34a.zip
all: remove the duplicate 'the' in annotations (#17509)
Diffstat (limited to 'swarm/network/stream/intervals/intervals.go')
-rw-r--r--swarm/network/stream/intervals/intervals.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/network/stream/intervals/intervals.go b/swarm/network/stream/intervals/intervals.go
index 5fd820da8..562c3df9a 100644
--- a/swarm/network/stream/intervals/intervals.go
+++ b/swarm/network/stream/intervals/intervals.go
@@ -101,7 +101,7 @@ func (i *Intervals) add(start, end uint64) {
}
}
-// Merge adds all the intervals from the the m Interval to current one.
+// Merge adds all the intervals from the m Interval to current one.
func (i *Intervals) Merge(m *Intervals) {
m.mu.RLock()
defer m.mu.RUnlock()