diff --git a/pkg/controller/garbagecollector/graph_builder.go b/pkg/controller/garbagecollector/graph_builder.go index 239bc34ebd5..d608b37cbc1 100644 --- a/pkg/controller/garbagecollector/graph_builder.go +++ b/pkg/controller/garbagecollector/graph_builder.go @@ -85,7 +85,7 @@ type GraphBuilder struct { // dependencyGraphBuilder monitors monitors monitorLock sync.RWMutex - // informersStarted is closed after after all of the controllers have been initialized and are running. + // informersStarted is closed after all of the controllers have been initialized and are running. // After that it is safe to start them here, before that it is not. informersStarted <-chan struct{}