Skip to content

Commit a29dc0b

Browse files
committed
typo: delete useless comments
1 parent 3dedb8e commit a29dc0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller/garbagecollector/graph_builder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ type GraphBuilder struct {
8585
// dependencyGraphBuilder
8686
monitors monitors
8787
monitorLock sync.RWMutex
88-
// informersStarted is closed after after all of the controllers have been initialized and are running.
88+
// informersStarted is closed after all of the controllers have been initialized and are running.
8989
// After that it is safe to start them here, before that it is not.
9090
informersStarted <-chan struct{}
9191

0 commit comments

Comments
 (0)