From a6d8995f9b9f0df6fc3bf710602fd8c1cd2c26a3 Mon Sep 17 00:00:00 2001 From: Alan Guo Xiang Tan Date: Fri, 16 Jul 2021 13:49:15 +0800 Subject: [PATCH] Fix typo. --- nomad/structs/funcs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomad/structs/funcs.go b/nomad/structs/funcs.go index 926bb16d2..50e559805 100644 --- a/nomad/structs/funcs.go +++ b/nomad/structs/funcs.go @@ -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