From e5ad39fbe034d66c439ec87504a0ab295b88fc79 Mon Sep 17 00:00:00 2001 From: Takashi Natsume Date: Sun, 10 Nov 2019 11:24:10 +0000 Subject: [PATCH] Fix a typo in pkg/controller --- pkg/controller/endpointslice/metrics/cache.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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