Merge pull request #104239 from mamil/fix-typo

Fix typo
This commit is contained in:
Kubernetes Prow Robot 2021-08-14 10:03:45 -07:00 committed by GitHub
commit 355bc3df22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ import (
"k8s.io/apimachinery/pkg/api/resource"
)
// FakeShaper provides an implementation of the bandwith.Shaper.
// FakeShaper provides an implementation of the bandwidth.Shaper.
// Beware this is implementation has no features besides Reset and GetCIDRs.
type FakeShaper struct {
CIDRs []string