Skip to content

Commit 709a0c4

Browse files
authored
Merge pull request kubernetes#85067 from takanattie/fix_typo
Fix a typo in pkg/controller
2 parents fc0bf06 + e5ad39f commit 709a0c4

File tree

1 file changed

+1
-1
lines changed
  • pkg/controller/endpointslice/metrics

1 file changed

+1
-1
lines changed

pkg/controller/endpointslice/metrics/cache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func NewServicePortCache() *ServicePortCache {
7171
}
7272
}
7373

74-
// Set updates the the ServicePortCache to contain the provided EfficiencyInfo
74+
// Set updates the ServicePortCache to contain the provided EfficiencyInfo
7575
// for the provided PortMapKey.
7676
func (spc *ServicePortCache) Set(pmKey endpointutil.PortMapKey, eInfo EfficiencyInfo) {
7777
spc.items[pmKey] = eInfo

0 commit comments

Comments
 (0)