diff --git a/pkg/controller/endpointslice/metrics/cache.go b/pkg/controller/endpointslice/metrics/cache.go index 16ad6fd1fa7..516002eae61 100644 --- a/pkg/controller/endpointslice/metrics/cache.go +++ b/pkg/controller/endpointslice/metrics/cache.go @@ -71,7 +71,7 @@ func NewServicePortCache() *ServicePortCache { } } -// Set updates the the ServicePortCache to contain the provided EfficiencyInfo +// Set updates the ServicePortCache to contain the provided EfficiencyInfo // for the provided PortMapKey. func (spc *ServicePortCache) Set(pmKey endpointutil.PortMapKey, eInfo EfficiencyInfo) { spc.items[pmKey] = eInfo