mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Fix typo.
This commit is contained in:
committed by
GitHub
parent
428174ab55
commit
a6d8995f9b
@@ -205,7 +205,7 @@ func ScoreFitBinPack(node *Node, util *ComparableResources) float64 {
|
||||
return score
|
||||
}
|
||||
|
||||
// ScoreFitBinSpread computes a fit score to achieve spread behavior.
|
||||
// ScoreFitSpread computes a fit score to achieve spread behavior.
|
||||
// Score is in [0, 18]
|
||||
//
|
||||
// This is equivalent to Worst Fit of
|
||||
|
||||
Reference in New Issue
Block a user