mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
Merge pull request #101979 from hantmac/fix/typo-correct
comment words correct
This commit is contained in:
commit
9e0a520337
@ -27,7 +27,7 @@ import (
|
|||||||
type unsupportedShaper struct {
|
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 {
|
func NewTCShaper(iface string) Shaper {
|
||||||
return &unsupportedShaper{}
|
return &unsupportedShaper{}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user