aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/network/simulation/bucket.go
diff options
context:
space:
mode:
Diffstat (limited to 'swarm/network/simulation/bucket.go')
-rw-r--r--swarm/network/simulation/bucket.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/network/simulation/bucket.go b/swarm/network/simulation/bucket.go
index b37afaaa4..ddbedb521 100644
--- a/swarm/network/simulation/bucket.go
+++ b/swarm/network/simulation/bucket.go
@@ -43,7 +43,7 @@ func (s *Simulation) SetNodeItem(id discover.NodeID, key interface{}, value inte
s.buckets[id].Store(key, value)
}
-// NodeItems returns a map of items from all nodes that are all set under the
+// NodesItems returns a map of items from all nodes that are all set under the
// same BucketKey.
func (s *Simulation) NodesItems(key interface{}) (values map[discover.NodeID]interface{}) {
s.mu.RLock()