Merge pull request #7682 from hashicorp/b-comment-fix
core: fix comment on system stack
This commit is contained in:
commit
165ddda744
|
@ -185,7 +185,7 @@ type SystemStack struct {
|
|||
scoreNorm *ScoreNormalizationIterator
|
||||
}
|
||||
|
||||
// NewSystemStack constructs a stack used for selecting service placements
|
||||
// NewSystemStack constructs a stack used for selecting system job placements.
|
||||
func NewSystemStack(ctx Context) *SystemStack {
|
||||
// Create a new stack
|
||||
s := &SystemStack{ctx: ctx}
|
||||
|
|
Loading…
Reference in a new issue