Skip to content

Commit 77bd1ef

Browse files
authored
Minor comment fix (#646)
1 parent 2736d90 commit 77bd1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitswap/client/internal/blockpresencemanager/blockpresencemanager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ func (bpm *BlockPresenceManager) RemoveKeys(ks []cid.Cid) {
122122
}
123123
}
124124

125-
// RemovePeers removes the given peer from every cid key in the presence map.
125+
// RemovePeer removes the given peer from every cid key in the presence map.
126126
func (bpm *BlockPresenceManager) RemovePeer(p peer.ID) {
127127
bpm.Lock()
128128
defer bpm.Unlock()

0 commit comments

Comments
 (0)