Merge pull request #85067 from takanattie/fix_typo

Fix a typo in pkg/controller
This commit is contained in:
Kubernetes Prow Robot 2019-11-11 12:56:48 -08:00 committed by GitHub
commit 709a0c4f7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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