Merge pull request #101979 from hantmac/fix/typo-correct

comment words correct
This commit is contained in:
Kubernetes Prow Robot
2021-05-13 18:48:04 -07:00
committed by GitHub

View File

@@ -27,7 +27,7 @@ import (
type unsupportedShaper struct {
}
// NewTCShaper makes a new unsupportedShapper for the given interface
// NewTCShaper makes a new unsupportedShaper for the given interface
func NewTCShaper(iface string) Shaper {
return &unsupportedShaper{}
}