fix typo, this let's us -> this lets us

fix typo
This commit is contained in:
fancyuan 2018-02-11 14:48:46 +08:00 committed by fancyuan
parent 317853c90c
commit cb91aabba9

View File

@ -48,7 +48,7 @@ type quotaAccessor struct {
lister corelisters.ResourceQuotaLister
// liveLookups holds the last few live lookups we've done to help ammortize cost on repeated lookup failures.
// This let's us handle the case of latent caches, by looking up actual results for a namespace on cache miss/no results.
// This lets us handle the case of latent caches, by looking up actual results for a namespace on cache miss/no results.
// We track the lookup result here so that for repeated requests, we don't look it up very often.
liveLookupCache *lru.Cache
liveTTL time.Duration