Merge pull request #78418 from mysunshine92/fix-typo-e2e-node

fix typos  in /test/e2e_node
This commit is contained in:
Kubernetes Prow Robot 2019-09-25 13:50:06 -07:00 committed by GitHub
commit f4ff0e37d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ import (
// from NAS parallel benchmark (NPB) suite. // from NAS parallel benchmark (NPB) suite.
type npbISWorkload struct{} type npbISWorkload struct{}
// Ensure npbISWorkload implemets NodePerfWorkload interface. // Ensure npbISWorkload implements NodePerfWorkload interface.
var _ NodePerfWorkload = &npbISWorkload{} var _ NodePerfWorkload = &npbISWorkload{}
func (w npbISWorkload) Name() string { func (w npbISWorkload) Name() string {

View File

@ -32,7 +32,7 @@ import (
// https://github.com/tensorflow/models/tree/master/official/wide_deep. // https://github.com/tensorflow/models/tree/master/official/wide_deep.
type tfWideDeepWorkload struct{} type tfWideDeepWorkload struct{}
// Ensure tfWideDeepWorkload implemets NodePerfWorkload interface. // Ensure tfWideDeepWorkload implements NodePerfWorkload interface.
var _ NodePerfWorkload = &tfWideDeepWorkload{} var _ NodePerfWorkload = &tfWideDeepWorkload{}
func (w tfWideDeepWorkload) Name() string { func (w tfWideDeepWorkload) Name() string {