From 127f14198d3f69c8997c3fa48f005826e6b118ea Mon Sep 17 00:00:00 2001 From: hantmac Date: Thu, 13 May 2021 20:42:48 +0800 Subject: [PATCH] comment words correct MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: hantmac comment words correct Signed-off-by: 韩山杰 --- pkg/util/bandwidth/unsupported.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{} }