comment words correct

Signed-off-by: hantmac <hantmac@outlook.com>

comment words correct

Signed-off-by: 韩山杰 <shanjie.han@zhangmen.com>
This commit is contained in:
hantmac 2021-05-13 20:42:48 +08:00
parent f35e587087
commit 127f14198d

View File

@ -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{}
}