Fix typo.

This commit is contained in:
Alan Guo Xiang Tan
2021-07-16 13:49:15 +08:00
committed by GitHub
parent 428174ab55
commit a6d8995f9b

View File

@@ -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