Merge pull request #7682 from hashicorp/b-comment-fix

core: fix comment on system stack
This commit is contained in:
Michael Schurter 2020-04-13 15:13:23 -07:00 committed by GitHub
commit 165ddda744
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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