Skip to content

Commit

Permalink
Merge pull request #7682 from hashicorp/b-comment-fix
Browse files Browse the repository at this point in the history
core: fix comment on system stack
  • Loading branch information
schmichael committed Apr 13, 2020
2 parents a8ed119 + a61a775 commit 81db9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler/stack.go
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 81db9e9

Please sign in to comment.