We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a60a8c9 commit 7916004Copy full SHA for 7916004
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