[#69] netmap: fix typo in comment

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
remotes/fyrchik/master
Evgenii Stratonikov 2021-11-08 15:02:17 +03:00 committed by Alex Vanin
parent d6b72453fc
commit 76d9835766
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ func GetNodesCount(_ *PlacementPolicy, s *Selector) (int, int) {
}
// getSelection returns nodes grouped by s.attribute.
// Last argument specifies if more buckets can be used to fullfill CBF.
// Last argument specifies if more buckets can be used to fulfill CBF.
func (c *Context) getSelection(p *PlacementPolicy, s *Selector) ([]Nodes, error) {
bucketCount, nodesInBucket := GetNodesCount(p, s)
buckets := c.getSelectionBase(s)