Skip to content

Commit

Permalink
core: fix comment on system stack
Browse files Browse the repository at this point in the history
This makes me do a double take every time I run into it, so what if we
just changed it?
  • Loading branch information
schmichael committed Apr 9, 2020
1 parent 5b65b95 commit a61a775
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 a61a775

Please sign in to comment.