Fix typo in test comment.

This commit is contained in:
Jonathan Basseri 2017-12-01 12:26:30 -08:00
parent a8a5d44a1c
commit 88b30392e6

View File

@ -258,7 +258,7 @@ func (inputConfig *schedulerPerfConfig) generatePodAndNodeTopology(config *testC
} }
// writePodAndNodeTopologyToConfig reads a configuration and then applies it to a test configuration. // writePodAndNodeTopologyToConfig reads a configuration and then applies it to a test configuration.
//TODO: As of now, this function is not doing anything expect for reading input values to priority structs. //TODO: As of now, this function is not doing anything except for reading input values to priority structs.
func writePodAndNodeTopologyToConfig(config *testConfig) error { func writePodAndNodeTopologyToConfig(config *testConfig) error {
// High Level structure that should be filled for every predicate or priority. // High Level structure that should be filled for every predicate or priority.
inputConfig := &schedulerPerfConfig{ inputConfig := &schedulerPerfConfig{