Skip to content

Commit

Permalink
Fix typo in runtime_cache.go
Browse files Browse the repository at this point in the history
  • Loading branch information
pmorie committed May 4, 2015
1 parent dd81842 commit d631e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kubelet/container/runtime_cache.go
Expand Up @@ -100,7 +100,7 @@ func (r *runtimeCache) updateCache() error {
}

// startUpdateingCache continues to invoke GetPods to get the newest result until
// there is no requests within the default cache period.
// there are no requests within the default cache period.
func (r *runtimeCache) startUpdatingCache() {
run := true
for run {
Expand Down

0 comments on commit d631e90

Please sign in to comment.