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
commit 9e0a520337
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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{}
}