We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2736d90 commit 77bd1efCopy full SHA for 77bd1ef
bitswap/client/internal/blockpresencemanager/blockpresencemanager.go
@@ -122,7 +122,7 @@ func (bpm *BlockPresenceManager) RemoveKeys(ks []cid.Cid) {
122
}
123
124
125
-// RemovePeers removes the given peer from every cid key in the presence map.
+// RemovePeer removes the given peer from every cid key in the presence map.
126
func (bpm *BlockPresenceManager) RemovePeer(p peer.ID) {
127
bpm.Lock()
128
defer bpm.Unlock()
0 commit comments