Skip to content

Commit

Permalink
Minor comment fix (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero authored Jul 29, 2024
1 parent 2736d90 commit 77bd1ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func (bpm *BlockPresenceManager) RemoveKeys(ks []cid.Cid) {
}
}

// 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.
func (bpm *BlockPresenceManager) RemovePeer(p peer.ID) {
bpm.Lock()
defer bpm.Unlock()
Expand Down

0 comments on commit 77bd1ef

Please sign in to comment.