diff --git a/pkg/util/bandwidth/unsupported.go b/pkg/util/bandwidth/unsupported.go index 929f5e0584d..914f435d953 100644 --- a/pkg/util/bandwidth/unsupported.go +++ b/pkg/util/bandwidth/unsupported.go @@ -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{} }