bandwith --> bandwidth

This commit is contained in:
raymonder jin 2021-08-09 20:24:47 +08:00
parent 6010cbe593
commit cdc225f297
No known key found for this signature in database
GPG Key ID: F0CA5CE64FC7E021

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