Skip to content

Commit 7916004

Browse files
gammazerowenyue
authored andcommitted
Minor comment fix (ipfs#646)
1 parent a60a8c9 commit 7916004

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)